Html Css Color HEX #BBD7E5 Light Blue

📋 copy color: '#BBD7E5'

red 187 ◦ green 215 ◦ blue 229

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

Shades of Light Blue #BBD7E5

Tints of Light Blue #BBD7E5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.07%

 BLUE value IS 229 (89.84% from 255) = 36.29%

R = 29.64%
G = 34.07%
B = 36.29%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBD7E5 (or 0xBBD7E5) is known color: Light Blue. HEX triplet: BB, D7 and E5. RGB value is (187,215,229). Sum of RGB (Red+Green+Blue) = 187+215+229=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBD7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7E5 is #44281A. Grayscale: #D0D0D0. Windows color (decimal): -4466715 or 15062971. OLE color: 15062971.

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

Color convert

RGB 187 215 229 -
CMYK 0.18 0.06 0 0.10
HSL 200º 0.45% 0.82% -
HSV(B) 200º 0.18% 0.9% -
XYZ 58.94 64.82 83.53 -
YUV 208.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 187 215 229 0.18 0.06 0 0.10 200 0.45 0.82
Hex BB D7 E5 12 6 0 A C8 2D 52
Octal 273 327 345 22 6 0 12 310 55 122
Binary 10111011 11010111 11100101 10010 110 0 1010 11001000 101101 1010010

Color Harmonies of #BBD7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7E5

Black with #BBD7E5

Text Example


Text Example

White with #BBD7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7E5; }

 p { color: rgb(187,215,229); }

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

background-color css

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

 a { background-color: rgb(187,215,229); }

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

border-color css

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

 span { border-color: rgb(187,215,229); }

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