Html Css Color HEX #BBDAE4 Light Blue

📋 copy color: '#BBDAE4'

red 187 ◦ green 218 ◦ blue 228

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

Shades of Light Blue #BBDAE4

Tints of Light Blue #BBDAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.02%

R = 29.54%
G = 34.44%
B = 36.02%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBDAE4 (or 0xBBDAE4) is known color: Light Blue. HEX triplet: BB, DA and E4. RGB value is (187,218,228). Sum of RGB (Red+Green+Blue) = 187+218+228=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBDAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAE4 is #44251B. Grayscale: #D1D1D1. Windows color (decimal): -4465948 or 14998203. OLE color: 14998203.

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

Color convert

RGB 187 218 228 -
CMYK 0.18 0.04 0 0.11
HSL 194.63º 0.43% 0.81% -
HSV(B) 194.63º 0.18% 0.89% -
XYZ 59.57 66.31 83.06 -
YUV 209.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 187 218 228 0.18 0.04 0 0.11 194.63 0.43 0.81
Hex BB DA E4 12 4 0 B C3 2B 51
Octal 273 332 344 22 4 0 13 303 53 121
Binary 10111011 11011010 11100100 10010 100 0 1011 11000011 101011 1010001

Color Harmonies of #BBDAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAE4

Black with #BBDAE4

Text Example


Text Example

White with #BBDAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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