Html Css Color HEX #BBD8EA Light Blue

📋 copy color: '#BBD8EA'

red 187 ◦ green 216 ◦ blue 234

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

Shades of Light Blue #BBD8EA

Tints of Light Blue #BBD8EA

RGB

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

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

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

R = 29.36%
G = 33.91%
B = 36.73%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBD8EA (or 0xBBD8EA) is known color: Light Blue. HEX triplet: BB, D8 and EA. RGB value is (187,216,234). Sum of RGB (Red+Green+Blue) = 187+216+234=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8EA is #442715. Grayscale: #D1D1D1. Windows color (decimal): -4466454 or 15390907. OLE color: 15390907.

HSL color Cylindrical-coordinate representation of color #BBD8EA: hue angle of 202.98º 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 #BBD8EA is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 216 234 -
CMYK 0.20 0.08 0 0.08
HSL 202.98º 0.53% 0.83% -
HSV(B) 202.98º 0.2% 0.92% -
XYZ 59.9 65.62 87.35 -
YUV 209.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 187 216 234 0.20 0.08 0 0.08 202.98 0.53 0.83
Hex BB D8 EA 14 8 0 8 CB 35 53
Octal 273 330 352 24 10 0 10 313 65 123
Binary 10111011 11011000 11101010 10100 1000 0 1000 11001011 110101 1010011

Color Harmonies of #BBD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8EA

Black with #BBD8EA

Text Example


Text Example

White with #BBD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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