#BFCBE1

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

Shades of Periwinkle #BFCBE1

Tints of Periwinkle #BFCBE1

Color information

#BFCBE1 (or 0xBFCBE1) is unknown color: approx Periwinkle. HEX triplet: BF, CB and E1. RGB value is (191,203,225). Sum of RGB (Red+Green+Blue) = 191+203+225=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFCBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBE1 is #40341E. Grayscale: #C9C9C9. Windows color (decimal): -4207647 or 14797759. OLE color: 14797759.

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

Color convert

RGB191203225-
CMYK0.150.1000.12
HSL218.82º36.17%81.57%-
HSV(B)218.82º15.11%88.24%-
XYZ56.4359.2279.69-
YUV201.92141.02120.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.86%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=30.86%
G=32.79%
B=36.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912032250.150.1000.12218.8236.1781.57
HexBFCBE1FA0Cdb2452
Octal277313341171201433344122
Binary1011111111001011111000011111101001100110110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBE1; }

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

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

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

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

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

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

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

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