#BBCBF5

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

Shades of Periwinkle #BBCBF5

Tints of Periwinkle #BBCBF5

Color information

#BBCBF5 (or 0xBBCBF5) is unknown color: approx Periwinkle. HEX triplet: BB, CB and F5. RGB value is (187,203,245). Sum of RGB (Red+Green+Blue) = 187+203+245=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBCBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBF5 is #44340A. Grayscale: #CACACA. Windows color (decimal): -4469771 or 16108475. OLE color: 16108475.

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

Color convert

RGB187203245-
CMYK0.240.1700.04
HSL223.45º74.36%84.71%-
HSV(B)223.45º23.67%96.08%-
XYZ58.3359.8794.87-
YUV203151.7116.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 245 (96.09% from 255) = 38.58%
R=29.45%
G=31.97%
B=38.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872032450.240.1700.04223.4574.3684.71
HexBBCBF5181104df4a55
Octal273313365302104337112125
Binary101110111100101111110101110001000101001101111110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBF5; }

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

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

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

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

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

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

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

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