#BFD4FC

Color #BFD4FC Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BFD4FC

Tints of Periwinkle #BFD4FC

Color information

#BFD4FC (or 0xBFD4FC) is unknown color: approx Periwinkle. HEX triplet: BF, D4 and FC. RGB value is (191,212,252). Sum of RGB (Red+Green+Blue) = 191+212+252=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4FC is #402B03. Grayscale: #D2D2D2. Windows color (decimal): -4205316 or 16569535. OLE color: 16569535.

HSL color Cylindrical-coordinate representation of color #BFD4FC: hue angle of 219.34º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD4FC is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191212252-
CMYK0.240.1600.01
HSL219.34º91.04%86.86%-
HSV(B)219.34º24.21%98.82%-
XYZ62.665.19101.38-
YUV210.28151.54114.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 212 (83.20% from 255) = 32.37%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=29.16%
G=32.37%
B=38.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912122520.240.1600.01219.3491.0486.86
HexBFD4FC181001db5b57
Octal277324374302001333133127
Binary1011111111010100111111001100010000011101101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4FC; }

 p { color: rgb(191,212,252); }

 H1.HeaderClassName
 {
   color: #BFD4FC;
 }
 .AnyTagClassName
 {
   color: #BFD4FC;
 }
</style>
background-color css

<style>
 a { background-color: #BFD4FC; }

 a { background-color: rgb(191,212,252); }

 div.DivClassName
 {
   background-color: #BFD4FC;
 }
 .BgClassName
 {
   background-color: #BFD4FC;
 }
</style>
border-color css

<style>
 span { border-color: #BFD4FC; }

 span { border-color: rgb(191,212,252); }

 td.TdClassName
 {
   border-color: #BFD4FC;
 }
 .TagClassName
 {
   border-color: #BFD4FC;
 }
</style>