#BFCBE5

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

Shades of Periwinkle #BFCBE5

Tints of Periwinkle #BFCBE5

Color information

#BFCBE5 (or 0xBFCBE5) is unknown color: approx Periwinkle. HEX triplet: BF, CB and E5. RGB value is (191,203,229). Sum of RGB (Red+Green+Blue) = 191+203+229=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBE5 is #40341A. Grayscale: #CACACA. Windows color (decimal): -4207643 or 15059903. OLE color: 15059903.

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

Color convert

RGB191203229-
CMYK0.170.1100.10
HSL221.05º42.22%82.35%-
HSV(B)221.05º16.59%89.8%-
XYZ56.9859.4582.6-
YUV202.38143.02119.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=30.66%
G=32.58%
B=36.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912032290.170.1100.10221.0542.2282.35
HexBFCBE511B0Add2a52
Octal277313345211301233552122
Binary10111111110010111110010110001101101010110111011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBE5; }

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

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

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

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

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

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

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

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