Html Css Color HEX #BBD8EC Light Blue

📋 copy color: '#BBD8EC'

red 187 ◦ green 216 ◦ blue 236

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

Shades of Light Blue #BBD8EC

Tints of Light Blue #BBD8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.93%

R = 29.26%
G = 33.8%
B = 36.93%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBD8EC (or 0xBBD8EC) is known color: Light Blue. HEX triplet: BB, D8 and EC. RGB value is (187,216,236). Sum of RGB (Red+Green+Blue) = 187+216+236=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8EC is #442713. Grayscale: #D1D1D1. Windows color (decimal): -4466452 or 15521979. OLE color: 15521979.

HSL color Cylindrical-coordinate representation of color #BBD8EC: hue angle of 204.49º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD8EC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 216 236 -
CMYK 0.21 0.08 0 0.07
HSL 204.49º 0.56% 0.83% -
HSV(B) 204.49º 0.21% 0.93% -
XYZ 60.19 65.73 88.87 -
YUV 209.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 187 216 236 0.21 0.08 0 0.07 204.49 0.56 0.83
Hex BB D8 EC 15 8 0 7 CC 38 53
Octal 273 330 354 25 10 0 7 314 70 123
Binary 10111011 11011000 11101100 10101 1000 0 111 11001100 111000 1010011

Color Harmonies of #BBD8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8EC

Black with #BBD8EC

Text Example


Text Example

White with #BBD8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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