#BFCCE4

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

Shades of Periwinkle #BFCCE4

Tints of Periwinkle #BFCCE4

Color information

#BFCCE4 (or 0xBFCCE4) is unknown color: approx Periwinkle. HEX triplet: BF, CC and E4. RGB value is (191,204,228). Sum of RGB (Red+Green+Blue) = 191+204+228=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFCCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCE4 is #40331B. Grayscale: #CACACA. Windows color (decimal): -4207388 or 14994623. OLE color: 14994623.

HSL color Cylindrical-coordinate representation of color #BFCCE4: hue angle of 218.92º 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 #BFCCE4 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191204228-
CMYK0.160.1100.11
HSL218.92º40.66%82.16%-
HSV(B)218.92º16.23%89.41%-
XYZ57.0859.8681.95-
YUV202.85142.19119.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=30.66%
G=32.74%
B=36.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912042280.160.1100.11218.9240.6682.16
HexBFCCE410B0Bdb2952
Octal277314344201301333351122
Binary10111111110011001110010010000101101011110110111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCE4; }

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

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

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

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

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

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

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

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