Html Css Color HEX #BBDDEC Light Blue

📋 copy color: '#BBDDEC'

red 187 ◦ green 221 ◦ blue 236

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

Shades of Light Blue #BBDDEC

Tints of Light Blue #BBDDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.32%

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

R = 29.04%
G = 34.32%
B = 36.65%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBDDEC (or 0xBBDDEC) is known color: Light Blue. HEX triplet: BB, DD and EC. RGB value is (187,221,236). Sum of RGB (Red+Green+Blue) = 187+221+236=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDEC is #442213. Grayscale: #D4D4D4. Windows color (decimal): -4465172 or 15523259. OLE color: 15523259.

HSL color Cylindrical-coordinate representation of color #BBDDEC: hue angle of 198.37º 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 #BBDDEC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 221 236 -
CMYK 0.21 0.06 0 0.07
HSL 198.37º 0.56% 0.83% -
HSV(B) 198.37º 0.21% 0.93% -
XYZ 61.49 68.33 89.31 -
YUV 212.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 187 221 236 0.21 0.06 0 0.07 198.37 0.56 0.83
Hex BB DD EC 15 6 0 7 C6 38 53
Octal 273 335 354 25 6 0 7 306 70 123
Binary 10111011 11011101 11101100 10101 110 0 111 11000110 111000 1010011

Color Harmonies of #BBDDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDEC

Black with #BBDDEC

Text Example


Text Example

White with #BBDDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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