Html Css Color HEX #BBDAE2 Light Blue

📋 copy color: '#BBDAE2'

red 187 ◦ green 218 ◦ blue 226

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

Shades of Light Blue #BBDAE2

Tints of Light Blue #BBDAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.55%

 BLUE value IS 226 (88.67% from 255) = 35.82%

R = 29.64%
G = 34.55%
B = 35.82%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBDAE2 (or 0xBBDAE2) is known color: Light Blue. HEX triplet: BB, DA and E2. RGB value is (187,218,226). Sum of RGB (Red+Green+Blue) = 187+218+226=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBDAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAE2 is #44251D. Grayscale: #D1D1D1. Windows color (decimal): -4465950 or 14867131. OLE color: 14867131.

HSL color Cylindrical-coordinate representation of color #BBDAE2: hue angle of 192.31º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDAE2 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 218 226 -
CMYK 0.17 0.04 0 0.11
HSL 192.31º 0.4% 0.81% -
HSV(B) 192.31º 0.17% 0.89% -
XYZ 59.29 66.2 81.6 -
YUV 209.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 187 218 226 0.17 0.04 0 0.11 192.31 0.4 0.81
Hex BB DA E2 11 4 0 B C0 28 51
Octal 273 332 342 21 4 0 13 300 50 121
Binary 10111011 11011010 11100010 10001 100 0 1011 11000000 101000 1010001

Color Harmonies of #BBDAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAE2

Black with #BBDAE2

Text Example


Text Example

White with #BBDAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAE2; }

 p { color: rgb(187,218,226); }

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

background-color css

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

 a { background-color: rgb(187,218,226); }

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

border-color css

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

 span { border-color: rgb(187,218,226); }

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