Html Css Color HEX #BBDAED Light Blue

📋 copy color: '#BBDAED'

red 187 ◦ green 218 ◦ blue 237

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

Shades of Light Blue #BBDAED

Tints of Light Blue #BBDAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 29.13%
G = 33.96%
B = 36.92%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBDAED (or 0xBBDAED) is known color: Light Blue. HEX triplet: BB, DA and ED. RGB value is (187,218,237). Sum of RGB (Red+Green+Blue) = 187+218+237=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAED is #442512. Grayscale: #D2D2D2. Windows color (decimal): -4465939 or 15588027. OLE color: 15588027.

HSL color Cylindrical-coordinate representation of color #BBDAED: hue angle of 202.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDAED is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 218 237 -
CMYK 0.21 0.08 0 0.07
HSL 202.8º 0.58% 0.83% -
HSV(B) 202.8º 0.21% 0.93% -
XYZ 60.85 66.82 89.81 -
YUV 210.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 187 218 237 0.21 0.08 0 0.07 202.8 0.58 0.83
Hex BB DA ED 15 8 0 7 CB 3A 53
Octal 273 332 355 25 10 0 7 313 72 123
Binary 10111011 11011010 11101101 10101 1000 0 111 11001011 111010 1010011

Color Harmonies of #BBDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAED

Black with #BBDAED

Text Example


Text Example

White with #BBDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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