Html Css Color HEX #BBDAE5 Light Blue

📋 copy color: '#BBDAE5'

red 187 ◦ green 218 ◦ blue 229

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

Shades of Light Blue #BBDAE5

Tints of Light Blue #BBDAE5

RGB

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

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

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

R = 29.5%
G = 34.38%
B = 36.12%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBDAE5 (or 0xBBDAE5) is known color: Light Blue. HEX triplet: BB, DA and E5. RGB value is (187,218,229). Sum of RGB (Red+Green+Blue) = 187+218+229=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAE5 is #44251A. Grayscale: #D1D1D1. Windows color (decimal): -4465947 or 15063739. OLE color: 15063739.

HSL color Cylindrical-coordinate representation of color #BBDAE5: hue angle of 195.71º 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 #BBDAE5 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 218 229 -
CMYK 0.18 0.05 0 0.10
HSL 195.71º 0.45% 0.82% -
HSV(B) 195.71º 0.18% 0.9% -
XYZ 59.71 66.36 83.79 -
YUV 209.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 187 218 229 0.18 0.05 0 0.10 195.71 0.45 0.82
Hex BB DA E5 12 5 0 A C4 2D 52
Octal 273 332 345 22 5 0 12 304 55 122
Binary 10111011 11011010 11100101 10010 101 0 1010 11000100 101101 1010010

Color Harmonies of #BBDAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAE5

Black with #BBDAE5

Text Example


Text Example

White with #BBDAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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