#BFCBE7

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

Shades of Periwinkle #BFCBE7

Tints of Periwinkle #BFCBE7

Color information

#BFCBE7 (or 0xBFCBE7) is unknown color: approx Periwinkle. HEX triplet: BF, CB and E7. RGB value is (191,203,231). Sum of RGB (Red+Green+Blue) = 191+203+231=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBE7 is #403418. Grayscale: #CACACA. Windows color (decimal): -4207641 or 15190975. OLE color: 15190975.

HSL color Cylindrical-coordinate representation of color #BFCBE7: hue angle of 222º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCBE7 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191203231-
CMYK0.170.1200.09
HSL222º45.45%82.75%-
HSV(B)222º17.32%90.59%-
XYZ57.2759.5684.08-
YUV202.6144.02119.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 231 (90.62% from 255) = 36.96%
R=30.56%
G=32.48%
B=36.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912032310.170.1200.0922245.4582.75
HexBFCBE711C09de2d53
Octal277313347211401133655123
Binary10111111110010111110011110001110001001110111101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBE7; }

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

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

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

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

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

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

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

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