Html Css Color HEX #BBD7E8 Light Blue

📋 copy color: '#BBD7E8'

red 187 ◦ green 215 ◦ blue 232

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

Shades of Light Blue #BBD7E8

Tints of Light Blue #BBD7E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.59%

R = 29.5%
G = 33.91%
B = 36.59%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBD7E8 (or 0xBBD7E8) is known color: Light Blue. HEX triplet: BB, D7 and E8. RGB value is (187,215,232). Sum of RGB (Red+Green+Blue) = 187+215+232=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBD7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7E8 is #442817. Grayscale: #D0D0D0. Windows color (decimal): -4466712 or 15259579. OLE color: 15259579.

HSL color Cylindrical-coordinate representation of color #BBD7E8: hue angle of 202.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD7E8 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 215 232 -
CMYK 0.19 0.07 0 0.09
HSL 202.67º 0.49% 0.82% -
HSV(B) 202.67º 0.19% 0.91% -
XYZ 59.36 64.99 85.76 -
YUV 208.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 187 215 232 0.19 0.07 0 0.09 202.67 0.49 0.82
Hex BB D7 E8 13 7 0 9 CB 31 52
Octal 273 327 350 23 7 0 11 313 61 122
Binary 10111011 11010111 11101000 10011 111 0 1001 11001011 110001 1010010

Color Harmonies of #BBD7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7E8

Black with #BBD7E8

Text Example


Text Example

White with #BBD7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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