#BFCBE8

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

Shades of Periwinkle #BFCBE8

Tints of Periwinkle #BFCBE8

Color information

#BFCBE8 (or 0xBFCBE8) is unknown color: approx Periwinkle. HEX triplet: BF, CB and E8. RGB value is (191,203,232). Sum of RGB (Red+Green+Blue) = 191+203+232=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFCBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBE8 is #403417. Grayscale: #CACACA. Windows color (decimal): -4207640 or 15256511. OLE color: 15256511.

HSL color Cylindrical-coordinate representation of color #BFCBE8: hue angle of 222.44º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFCBE8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191203232-
CMYK0.180.1200.09
HSL222.44º47.13%82.94%-
HSV(B)222.44º17.67%90.98%-
XYZ57.4159.6184.82-
YUV202.72144.52119.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=30.51%
G=32.43%
B=37.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912032320.180.1200.09222.4447.1382.94
HexBFCBE812C09de2f53
Octal277313350221401133657123
Binary10111111110010111110100010010110001001110111101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBE8; }

 p { color: rgb(191,203,232); }

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

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

 a { background-color: rgb(191,203,232); }

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

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

 span { border-color: rgb(191,203,232); }

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