#BFC4DE

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

Shades of Periwinkle #BFC4DE

Tints of Periwinkle #BFC4DE

Color information

#BFC4DE (or 0xBFC4DE) is unknown color: approx Periwinkle. HEX triplet: BF, C4 and DE. RGB value is (191,196,222). Sum of RGB (Red+Green+Blue) = 191+196+222=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4DE is #403B21. Grayscale: #C5C5C5. Windows color (decimal): -4209442 or 14599359. OLE color: 14599359.

HSL color Cylindrical-coordinate representation of color #BFC4DE: hue angle of 230.32º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC4DE is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191196222-
CMYK0.140.1200.13
HSL230.32º31.96%80.98%-
HSV(B)230.32º13.96%87.06%-
XYZ54.4155.8377.02-
YUV197.47141.84123.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 196 (76.95% from 255) = 32.18%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=31.36%
G=32.18%
B=36.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911962220.140.1200.13230.3231.9680.98
HexBFC4DEEC0De62051
Octal277304336161401534640121
Binary1011111111000100110111101110110001101111001101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4DE; }

 p { color: rgb(191,196,222); }

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

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

 a { background-color: rgb(191,196,222); }

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

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

 span { border-color: rgb(191,196,222); }

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