Html Css Color HEX #BBDBEA Light Blue

📋 copy color: '#BBDBEA'

red 187 ◦ green 219 ◦ blue 234

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

Shades of Light Blue #BBDBEA

Tints of Light Blue #BBDBEA

RGB

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

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

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

R = 29.22%
G = 34.22%
B = 36.56%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBDBEA (or 0xBBDBEA) is known color: Light Blue. HEX triplet: BB, DB and EA. RGB value is (187,219,234). Sum of RGB (Red+Green+Blue) = 187+219+234=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBEA is #442415. Grayscale: #D3D3D3. Windows color (decimal): -4465686 or 15391675. OLE color: 15391675.

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

Color convert

RGB 187 219 234 -
CMYK 0.20 0.06 0 0.08
HSL 199.15º 0.53% 0.83% -
HSV(B) 199.15º 0.2% 0.92% -
XYZ 60.68 67.17 87.61 -
YUV 211.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 187 219 234 0.20 0.06 0 0.08 199.15 0.53 0.83
Hex BB DB EA 14 6 0 8 C7 35 53
Octal 273 333 352 24 6 0 10 307 65 123
Binary 10111011 11011011 11101010 10100 110 0 1000 11000111 110101 1010011

Color Harmonies of #BBDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBEA

Black with #BBDBEA

Text Example


Text Example

White with #BBDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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