#BFCCE8

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

Shades of Periwinkle #BFCCE8

Tints of Periwinkle #BFCCE8

Color information

#BFCCE8 (or 0xBFCCE8) is unknown color: approx Periwinkle. HEX triplet: BF, CC and E8. RGB value is (191,204,232). Sum of RGB (Red+Green+Blue) = 191+204+232=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCE8 is #403317. Grayscale: #CBCBCB. Windows color (decimal): -4207384 or 15256767. OLE color: 15256767.

HSL color Cylindrical-coordinate representation of color #BFCCE8: hue angle of 220.98º 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 #BFCCE8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191204232-
CMYK0.180.1200.09
HSL220.98º47.13%82.94%-
HSV(B)220.98º17.67%90.98%-
XYZ57.6460.0984.9-
YUV203.3144.19119.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 232 (91.02% from 255) = 37.00%
R=30.46%
G=32.54%
B=37.00%

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
Decimal1912042320.180.1200.09220.9847.1382.94
HexBFCCE812C09dd2f53
Octal277314350221401133557123
Binary10111111110011001110100010010110001001110111011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCE8; }

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

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

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

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

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

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

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

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