Html Css Color HEX #BBDBED Light Blue

📋 copy color: '#BBDBED'

red 187 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #BBDBED

Tints of Light Blue #BBDBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.06%

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

R = 29.08%
G = 34.06%
B = 36.86%

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

#BBDBED (or 0xBBDBED) is known color: Light Blue. HEX triplet: BB, DB and ED. RGB value is (187,219,237). Sum of RGB (Red+Green+Blue) = 187+219+237=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBED is #442412. Grayscale: #D3D3D3. Windows color (decimal): -4465683 or 15588283. OLE color: 15588283.

HSL color Cylindrical-coordinate representation of color #BBDBED: hue angle of 201.6º 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 #BBDBED is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 219 237 -
CMYK 0.21 0.08 0 0.07
HSL 201.6º 0.58% 0.83% -
HSV(B) 201.6º 0.21% 0.93% -
XYZ 61.11 67.34 89.9 -
YUV 211.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 187 219 237 0.21 0.08 0 0.07 201.6 0.58 0.83
Hex BB DB ED 15 8 0 7 CA 3A 53
Octal 273 333 355 25 10 0 7 312 72 123
Binary 10111011 11011011 11101101 10101 1000 0 111 11001010 111010 1010011

Color Harmonies of #BBDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBED

Black with #BBDBED

Text Example


Text Example

White with #BBDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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