#BBCBF4

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

Shades of Periwinkle #BBCBF4

Tints of Periwinkle #BBCBF4

Color information

#BBCBF4 (or 0xBBCBF4) is unknown color: approx Periwinkle. HEX triplet: BB, CB and F4. RGB value is (187,203,244). Sum of RGB (Red+Green+Blue) = 187+203+244=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBCBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBF4 is #44340B. Grayscale: #CACACA. Windows color (decimal): -4469772 or 16042939. OLE color: 16042939.

HSL color Cylindrical-coordinate representation of color #BBCBF4: hue angle of 223.16º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCBF4 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187203244-
CMYK0.230.1700.04
HSL223.16º72.15%84.51%-
HSV(B)223.16º23.36%95.69%-
XYZ58.1859.8194.07-
YUV202.89151.2116.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 244 (95.70% from 255) = 38.49%
R=29.50%
G=32.02%
B=38.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872032440.230.1700.04223.1672.1584.51
HexBBCBF4171104df4855
Octal273313364272104337110125
Binary101110111100101111110100101111000101001101111110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBF4; }

 p { color: rgb(187,203,244); }

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

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

 a { background-color: rgb(187,203,244); }

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

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

 span { border-color: rgb(187,203,244); }

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