#BFCEE4

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

Shades of Periwinkle #BFCEE4

Tints of Periwinkle #BFCEE4

Color information

#BFCEE4 (or 0xBFCEE4) is unknown color: approx Periwinkle. HEX triplet: BF, CE and E4. RGB value is (191,206,228). Sum of RGB (Red+Green+Blue) = 191+206+228=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFCEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEE4 is #40311B. Grayscale: #CBCBCB. Windows color (decimal): -4206876 or 14995135. OLE color: 14995135.

HSL color Cylindrical-coordinate representation of color #BFCEE4: hue angle of 215.68º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCEE4 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191206228-
CMYK0.160.1000.11
HSL215.68º40.66%82.16%-
HSV(B)215.68º16.23%89.41%-
XYZ57.5660.8282.1-
YUV204.02141.53118.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=30.56%
G=32.96%
B=36.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912062280.160.1000.11215.6840.6682.16
HexBFCEE410A0Bd82952
Octal277316344201201333051122
Binary10111111110011101110010010000101001011110110001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEE4; }

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

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

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

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

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

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

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

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