Html Css Color HEX #BBD7DF Light Blue

📋 copy color: '#BBD7DF'

red 187 ◦ green 215 ◦ blue 223

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

Shades of Light Blue #BBD7DF

Tints of Light Blue #BBD7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.68%

R = 29.92%
G = 34.4%
B = 35.68%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD7DF (or 0xBBD7DF) is known color: Light Blue. HEX triplet: BB, D7 and DF. RGB value is (187,215,223). Sum of RGB (Red+Green+Blue) = 187+215+223=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7DF is #442820. Grayscale: #CFCFCF. Windows color (decimal): -4466721 or 14669755. OLE color: 14669755.

HSL color Cylindrical-coordinate representation of color #BBD7DF: hue angle of 193.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD7DF is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 215 223 -
CMYK 0.16 0.04 0 0.13
HSL 193.33º 0.36% 0.8% -
HSV(B) 193.33º 0.16% 0.87% -
XYZ 58.11 64.49 79.2 -
YUV 207.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 187 215 223 0.16 0.04 0 0.13 193.33 0.36 0.8
Hex BB D7 DF 10 4 0 D C1 24 50
Octal 273 327 337 20 4 0 15 301 44 120
Binary 10111011 11010111 11011111 10000 100 0 1101 11000001 100100 1010000

Color Harmonies of #BBD7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7DF

Black with #BBD7DF

Text Example


Text Example

White with #BBD7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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