#BFCCE2

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

Shades of Periwinkle #BFCCE2

Tints of Periwinkle #BFCCE2

Color information

#BFCCE2 (or 0xBFCCE2) is unknown color: approx Periwinkle. HEX triplet: BF, CC and E2. RGB value is (191,204,226). Sum of RGB (Red+Green+Blue) = 191+204+226=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFCCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCE2 is #40331D. Grayscale: #CACACA. Windows color (decimal): -4207390 or 14863551. OLE color: 14863551.

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

Color convert

RGB191204226-
CMYK0.150.1000.11
HSL217.71º37.63%81.76%-
HSV(B)217.71º15.49%88.63%-
XYZ56.8159.7580.49-
YUV202.62141.19119.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 226 (88.67% from 255) = 36.39%
R=30.76%
G=32.85%
B=36.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912042260.150.1000.11217.7137.6381.76
HexBFCCE2FA0Bda2652
Octal277314342171201333246122
Binary1011111111001100111000101111101001011110110101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCE2; }

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

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

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

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

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

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

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

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