Html Css Color HEX #BBDBEB Light Blue

📋 copy color: '#BBDBEB'

red 187 ◦ green 219 ◦ blue 235

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

Shades of Light Blue #BBDBEB

Tints of Light Blue #BBDBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.66%

R = 29.17%
G = 34.17%
B = 36.66%

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

#BBDBEB (or 0xBBDBEB) is known color: Light Blue. HEX triplet: BB, DB and EB. RGB value is (187,219,235). Sum of RGB (Red+Green+Blue) = 187+219+235=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBEB is #442414. Grayscale: #D3D3D3. Windows color (decimal): -4465685 or 15457211. OLE color: 15457211.

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

Color convert

RGB 187 219 235 -
CMYK 0.20 0.07 0 0.08
HSL 200º 0.55% 0.83% -
HSV(B) 200º 0.2% 0.92% -
XYZ 60.82 67.23 88.37 -
YUV 211.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 187 219 235 0.20 0.07 0 0.08 200 0.55 0.83
Hex BB DB EB 14 7 0 8 C8 37 53
Octal 273 333 353 24 7 0 10 310 67 123
Binary 10111011 11011011 11101011 10100 111 0 1000 11001000 110111 1010011

Color Harmonies of #BBDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBEB

Black with #BBDBEB

Text Example


Text Example

White with #BBDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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