Html Css Color HEX #BBDBE6 Light Blue

📋 copy color: '#BBDBE6'

red 187 ◦ green 219 ◦ blue 230

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

Shades of Light Blue #BBDBE6

Tints of Light Blue #BBDBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.16%

R = 29.4%
G = 34.43%
B = 36.16%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBDBE6 (or 0xBBDBE6) is known color: Light Blue. HEX triplet: BB, DB and E6. RGB value is (187,219,230). Sum of RGB (Red+Green+Blue) = 187+219+230=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBE6 is #442419. Grayscale: #D2D2D2. Windows color (decimal): -4465690 or 15129531. OLE color: 15129531.

HSL color Cylindrical-coordinate representation of color #BBDBE6: hue angle of 195.35º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDBE6 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 219 230 -
CMYK 0.19 0.05 0 0.10
HSL 195.35º 0.46% 0.82% -
HSV(B) 195.35º 0.19% 0.9% -
XYZ 60.11 66.94 84.62 -
YUV 210.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 187 219 230 0.19 0.05 0 0.10 195.35 0.46 0.82
Hex BB DB E6 13 5 0 A C3 2E 52
Octal 273 333 346 23 5 0 12 303 56 122
Binary 10111011 11011011 11100110 10011 101 0 1010 11000011 101110 1010010

Color Harmonies of #BBDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBE6

Black with #BBDBE6

Text Example


Text Example

White with #BBDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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