#BBD5DF

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

Shades of Light Blue #BBD5DF

Tints of Light Blue #BBD5DF

Color information

#BBD5DF (or 0xBBD5DF) is unknown color: approx Light Blue. HEX triplet: BB, D5 and DF. RGB value is (187,213,223). Sum of RGB (Red+Green+Blue) = 187+213+223=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5DF is #442A20. Grayscale: #CECECE. Windows color (decimal): -4467233 or 14669243. OLE color: 14669243.

HSL color Cylindrical-coordinate representation of color #BBD5DF: hue angle of 196.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD5DF is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187213223-
CMYK0.160.0400.13
HSL196.67º36%80.39%-
HSV(B)196.67º16.14%87.45%-
XYZ57.6163.4879.03-
YUV206.37137.39114.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=30.02%
G=34.19%
B=35.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872132230.160.0400.13196.673680.39
HexBBD5DF1040Dc52450
Octal27332533720401530544120
Binary1011101111010101110111111000010001101110001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5DF; }

 p { color: rgb(187,213,223); }

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

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

 a { background-color: rgb(187,213,223); }

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

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

 span { border-color: rgb(187,213,223); }

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