Html Css Color HEX #BBDAE7 Light Blue

📋 copy color: '#BBDAE7'

red 187 ◦ green 218 ◦ blue 231

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

Shades of Light Blue #BBDAE7

Tints of Light Blue #BBDAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.32%

R = 29.4%
G = 34.28%
B = 36.32%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBDAE7 (or 0xBBDAE7) is known color: Light Blue. HEX triplet: BB, DA and E7. RGB value is (187,218,231). Sum of RGB (Red+Green+Blue) = 187+218+231=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAE7 is #442518. Grayscale: #D2D2D2. Windows color (decimal): -4465945 or 15194811. OLE color: 15194811.

HSL color Cylindrical-coordinate representation of color #BBDAE7: hue angle of 197.73º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDAE7 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 218 231 -
CMYK 0.19 0.06 0 0.09
HSL 197.73º 0.48% 0.82% -
HSV(B) 197.73º 0.19% 0.91% -
XYZ 59.99 66.48 85.27 -
YUV 210.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 187 218 231 0.19 0.06 0 0.09 197.73 0.48 0.82
Hex BB DA E7 13 6 0 9 C6 30 52
Octal 273 332 347 23 6 0 11 306 60 122
Binary 10111011 11011010 11100111 10011 110 0 1001 11000110 110000 1010010

Color Harmonies of #BBDAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAE7

Black with #BBDAE7

Text Example


Text Example

White with #BBDAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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