Html Css Color HEX #BBDAE6 Light Blue

📋 copy color: '#BBDAE6'

red 187 ◦ green 218 ◦ blue 230

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

Shades of Light Blue #BBDAE6

Tints of Light Blue #BBDAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.22%

R = 29.45%
G = 34.33%
B = 36.22%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBDAE6 (or 0xBBDAE6) is known color: Light Blue. HEX triplet: BB, DA and E6. RGB value is (187,218,230). Sum of RGB (Red+Green+Blue) = 187+218+230=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAE6 is #442519. Grayscale: #D2D2D2. Windows color (decimal): -4465946 or 15129275. OLE color: 15129275.

HSL color Cylindrical-coordinate representation of color #BBDAE6: hue angle of 196.74º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDAE6 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 218 230 -
CMYK 0.19 0.05 0 0.10
HSL 196.74º 0.46% 0.82% -
HSV(B) 196.74º 0.19% 0.9% -
XYZ 59.85 66.42 84.53 -
YUV 210.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 187 218 230 0.19 0.05 0 0.10 196.74 0.46 0.82
Hex BB DA E6 13 5 0 A C5 2E 52
Octal 273 332 346 23 5 0 12 305 56 122
Binary 10111011 11011010 11100110 10011 101 0 1010 11000101 101110 1010010

Color Harmonies of #BBDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAE6

Black with #BBDAE6

Text Example


Text Example

White with #BBDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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