Html Css Color HEX #BBD9EA Light Blue

📋 copy color: '#BBD9EA'

red 187 ◦ green 217 ◦ blue 234

#BBD9EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #BBD9EA

Tints of Light Blue #BBD9EA

RGB

 RED value IS 187 (73.44% from 255) = 29.31%

 GREEN value IS 217 (85.16% from 255) = 34.01%

 BLUE value IS 234 (91.8% from 255) = 36.68%

R = 29.31%
G = 34.01%
B = 36.68%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBD9EA (or 0xBBD9EA) is known color: Light Blue. HEX triplet: BB, D9 and EA. RGB value is (187,217,234). Sum of RGB (Red+Green+Blue) = 187+217+234=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9EA is #442615. Grayscale: #D1D1D1. Windows color (decimal): -4466198 or 15391163. OLE color: 15391163.

HSL color Cylindrical-coordinate representation of color #BBD9EA: hue angle of 201.7º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD9EA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 217 234 -
CMYK 0.20 0.07 0 0.08
HSL 201.7º 0.53% 0.83% -
HSV(B) 201.7º 0.2% 0.92% -
XYZ 60.16 66.13 87.44 -
YUV 209.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 187 217 234 0.20 0.07 0 0.08 201.7 0.53 0.83
Hex BB D9 EA 14 7 0 8 CA 35 53
Octal 273 331 352 24 7 0 10 312 65 123
Binary 10111011 11011001 11101010 10100 111 0 1000 11001010 110101 1010011

Color Harmonies of #BBD9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9EA

Black with #BBD9EA

Text Example


Text Example

White with #BBD9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9EA; }

 p { color: rgb(187,217,234); }

 H1.HeaderClassName
 {
   color: #BBD9EA;
 }
 .AnyTagClassName
 {
   color: #BBD9EA;
 }
</style>

background-color css

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

 a { background-color: rgb(187,217,234); }

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

border-color css

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

 span { border-color: rgb(187,217,234); }

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