#BBDAE3

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

Shades of Light Blue #BBDAE3

Tints of Light Blue #BBDAE3

Color information

#BBDAE3 (or 0xBBDAE3) is unknown color: approx Light Blue. HEX triplet: BB, DA and E3. RGB value is (187,218,227). Sum of RGB (Red+Green+Blue) = 187+218+227=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBDAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAE3 is #44251C. Grayscale: #D1D1D1. Windows color (decimal): -4465949 or 14932667. OLE color: 14932667.

HSL color Cylindrical-coordinate representation of color #BBDAE3: hue angle of 193.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDAE3 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187218227-
CMYK0.180.0400.11
HSL193.5º41.67%81.18%-
HSV(B)193.5º17.62%89.02%-
XYZ59.4366.2582.33-
YUV209.76137.73111.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 227 (89.06% from 255) = 35.92%
R=29.59%
G=34.49%
B=35.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872182270.180.0400.11193.541.6781.18
HexBBDAE31240Bc22a51
Octal27333234322401330252121
Binary1011101111011010111000111001010001011110000101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAE3; }

 p { color: rgb(187,218,227); }

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

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

 a { background-color: rgb(187,218,227); }

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

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

 span { border-color: rgb(187,218,227); }

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