#BBCBFB

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

Shades of Periwinkle #BBCBFB

Tints of Periwinkle #BBCBFB

Color information

#BBCBFB (or 0xBBCBFB) is unknown color: approx Periwinkle. HEX triplet: BB, CB and FB. RGB value is (187,203,251). Sum of RGB (Red+Green+Blue) = 187+203+251=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBCBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBFB is #443404. Grayscale: #CBCBCB. Windows color (decimal): -4469765 or 16501691. OLE color: 16501691.

HSL color Cylindrical-coordinate representation of color #BBCBFB: hue angle of 225º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCBFB is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187203251-
CMYK0.250.1900.02
HSL225º88.89%85.88%-
HSV(B)225º25.5%98.43%-
XYZ59.2660.2499.77-
YUV203.69154.7116.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 203 (79.69% from 255) = 31.67%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=29.17%
G=31.67%
B=39.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872032510.250.1900.0222588.8985.88
HexBBCBFB191302e15956
Octal273313373312302341131126
Binary10111011110010111111101111001100110101110000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBFB; }

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

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

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

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

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

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

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

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