Html Css Color HEX #BBDBEE Light Blue

📋 copy color: '#BBDBEE'

red 187 ◦ green 219 ◦ blue 238

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

Shades of Light Blue #BBDBEE

Tints of Light Blue #BBDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.96%

R = 29.04%
G = 34.01%
B = 36.96%

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

#BBDBEE (or 0xBBDBEE) is known color: Light Blue. HEX triplet: BB, DB and EE. RGB value is (187,219,238). Sum of RGB (Red+Green+Blue) = 187+219+238=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBEE is #442411. Grayscale: #D3D3D3. Windows color (decimal): -4465682 or 15653819. OLE color: 15653819.

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

Color convert

RGB 187 219 238 -
CMYK 0.21 0.08 0 0.07
HSL 202.35º 0.6% 0.83% -
HSV(B) 202.35º 0.21% 0.93% -
XYZ 61.26 67.4 90.67 -
YUV 211.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 187 219 238 0.21 0.08 0 0.07 202.35 0.6 0.83
Hex BB DB EE 15 8 0 7 CA 3C 53
Octal 273 333 356 25 10 0 7 312 74 123
Binary 10111011 11011011 11101110 10101 1000 0 111 11001010 111100 1010011

Color Harmonies of #BBDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBEE

Black with #BBDBEE

Text Example


Text Example

White with #BBDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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