#BFCBE0

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

Shades of Periwinkle #BFCBE0

Tints of Periwinkle #BFCBE0

Color information

#BFCBE0 (or 0xBFCBE0) is unknown color: approx Periwinkle. HEX triplet: BF, CB and E0. RGB value is (191,203,224). Sum of RGB (Red+Green+Blue) = 191+203+224=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBE0 is #40341F. Grayscale: #C9C9C9. Windows color (decimal): -4207648 or 14732223. OLE color: 14732223.

HSL color Cylindrical-coordinate representation of color #BFCBE0: hue angle of 218.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCBE0 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191203224-
CMYK0.150.0900.12
HSL218.18º34.74%81.37%-
HSV(B)218.18º14.73%87.84%-
XYZ56.359.1778.97-
YUV201.81140.52120.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=30.91%
G=32.85%
B=36.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912032240.150.0900.12218.1834.7481.37
HexBFCBE0F90Cda2351
Octal277313340171101433243121
Binary1011111111001011111000001111100101100110110101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBE0; }

 p { color: rgb(191,203,224); }

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

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

 a { background-color: rgb(191,203,224); }

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

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

 span { border-color: rgb(191,203,224); }

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