Html Css Color HEX #BBD9E6 Light Blue

📋 copy color: '#BBD9E6'

red 187 ◦ green 217 ◦ blue 230

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

Shades of Light Blue #BBD9E6

Tints of Light Blue #BBD9E6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.23%

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

R = 29.5%
G = 34.23%
B = 36.28%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBD9E6 (or 0xBBD9E6) is known color: Light Blue. HEX triplet: BB, D9 and E6. RGB value is (187,217,230). Sum of RGB (Red+Green+Blue) = 187+217+230=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBD9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9E6 is #442619. Grayscale: #D1D1D1. Windows color (decimal): -4466202 or 15129019. OLE color: 15129019.

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

Color convert

RGB 187 217 230 -
CMYK 0.19 0.06 0 0.10
HSL 198.14º 0.46% 0.82% -
HSV(B) 198.14º 0.19% 0.9% -
XYZ 59.59 65.9 84.44 -
YUV 209.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 187 217 230 0.19 0.06 0 0.10 198.14 0.46 0.82
Hex BB D9 E6 13 6 0 A C6 2E 52
Octal 273 331 346 23 6 0 12 306 56 122
Binary 10111011 11011001 11100110 10011 110 0 1010 11000110 101110 1010010

Color Harmonies of #BBD9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9E6

Black with #BBD9E6

Text Example


Text Example

White with #BBD9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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