Html Css Color HEX #BBDAEA Light Blue

📋 copy color: '#BBDAEA'

red 187 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #BBDAEA

Tints of Light Blue #BBDAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 29.26%
G = 34.12%
B = 36.62%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBDAEA (or 0xBBDAEA) is known color: Light Blue. HEX triplet: BB, DA and EA. RGB value is (187,218,234). Sum of RGB (Red+Green+Blue) = 187+218+234=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAEA is #442515. Grayscale: #D2D2D2. Windows color (decimal): -4465942 or 15391419. OLE color: 15391419.

HSL color Cylindrical-coordinate representation of color #BBDAEA: hue angle of 200.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDAEA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 218 234 -
CMYK 0.20 0.07 0 0.08
HSL 200.43º 0.53% 0.83% -
HSV(B) 200.43º 0.2% 0.92% -
XYZ 60.42 66.65 87.52 -
YUV 210.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 187 218 234 0.20 0.07 0 0.08 200.43 0.53 0.83
Hex BB DA EA 14 7 0 8 C8 35 53
Octal 273 332 352 24 7 0 10 310 65 123
Binary 10111011 11011010 11101010 10100 111 0 1000 11001000 110101 1010011

Color Harmonies of #BBDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAEA

Black with #BBDAEA

Text Example


Text Example

White with #BBDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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