Html Css Color HEX #BBD8E5 Light Blue

📋 copy color: '#BBD8E5'

red 187 ◦ green 216 ◦ blue 229

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

Shades of Light Blue #BBD8E5

Tints of Light Blue #BBD8E5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.18%

 BLUE value IS 229 (89.84% from 255) = 36.23%

R = 29.59%
G = 34.18%
B = 36.23%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBD8E5 (or 0xBBD8E5) is known color: Light Blue. HEX triplet: BB, D8 and E5. RGB value is (187,216,229). Sum of RGB (Red+Green+Blue) = 187+216+229=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBD8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8E5 is #44271A. Grayscale: #D0D0D0. Windows color (decimal): -4466459 or 15063227. OLE color: 15063227.

HSL color Cylindrical-coordinate representation of color #BBD8E5: hue angle of 198.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD8E5 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 216 229 -
CMYK 0.18 0.06 0 0.10
HSL 198.57º 0.45% 0.82% -
HSV(B) 198.57º 0.18% 0.9% -
XYZ 59.19 65.33 83.62 -
YUV 208.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 187 216 229 0.18 0.06 0 0.10 198.57 0.45 0.82
Hex BB D8 E5 12 6 0 A C7 2D 52
Octal 273 330 345 22 6 0 12 307 55 122
Binary 10111011 11011000 11100101 10010 110 0 1010 11000111 101101 1010010

Color Harmonies of #BBD8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8E5

Black with #BBD8E5

Text Example


Text Example

White with #BBD8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8E5; }

 p { color: rgb(187,216,229); }

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

background-color css

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

 a { background-color: rgb(187,216,229); }

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

border-color css

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

 span { border-color: rgb(187,216,229); }

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