#BBCDFB

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

Shades of Periwinkle #BBCDFB

Tints of Periwinkle #BBCDFB

Color information

#BBCDFB (or 0xBBCDFB) is unknown color: approx Periwinkle. HEX triplet: BB, CD and FB. RGB value is (187,205,251). Sum of RGB (Red+Green+Blue) = 187+205+251=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDFB is #443204. Grayscale: #CCCCCC. Windows color (decimal): -4469253 or 16502203. OLE color: 16502203.

HSL color Cylindrical-coordinate representation of color #BBCDFB: hue angle of 223.12º 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 #BBCDFB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187205251-
CMYK0.250.1800.02
HSL223.12º88.89%85.88%-
HSV(B)223.12º25.5%98.43%-
XYZ59.7461.1999.93-
YUV204.86154.04115.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=29.08%
G=31.88%
B=39.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872052510.250.1800.02223.1288.8985.88
HexBBCDFB191202df5956
Octal273315373312202337131126
Binary10111011110011011111101111001100100101101111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDFB; }

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

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

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

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

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

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

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

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