#BFCEE9

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

Shades of Periwinkle #BFCEE9

Tints of Periwinkle #BFCEE9

Color information

#BFCEE9 (or 0xBFCEE9) is unknown color: approx Periwinkle. HEX triplet: BF, CE and E9. RGB value is (191,206,233). Sum of RGB (Red+Green+Blue) = 191+206+233=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFCEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEE9 is #403116. Grayscale: #CCCCCC. Windows color (decimal): -4206871 or 15322815. OLE color: 15322815.

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

Color convert

RGB191206233-
CMYK0.180.1200.09
HSL218.57º48.84%83.14%-
HSV(B)218.57º18.03%91.37%-
XYZ58.2761.185.81-
YUV204.59144.03118.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 233 (91.41% from 255) = 36.98%
R=30.32%
G=32.70%
B=36.98%

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
Decimal1912062330.180.1200.09218.5748.8483.14
HexBFCEE912C09db3153
Octal277316351221401133361123
Binary10111111110011101110100110010110001001110110111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEE9; }

 p { color: rgb(191,206,233); }

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

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

 a { background-color: rgb(191,206,233); }

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

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

 span { border-color: rgb(191,206,233); }

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