Html Css Color HEX #BBD9DD Powder Blue

📋 copy color: '#BBD9DD'

red 187 ◦ green 217 ◦ blue 221

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

Shades of Powder Blue #BBD9DD

Tints of Powder Blue #BBD9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 29.92%
G = 34.72%
B = 35.36%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD9DD (or 0xBBD9DD) is known color: Powder Blue. HEX triplet: BB, D9 and DD. RGB value is (187,217,221). Sum of RGB (Red+Green+Blue) = 187+217+221=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9DD is #442622. Grayscale: #D0D0D0. Windows color (decimal): -4466211 or 14539195. OLE color: 14539195.

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

Color convert

RGB 187 217 221 -
CMYK 0.15 0.02 0 0.13
HSL 187.06º 0.33% 0.8% -
HSV(B) 187.06º 0.15% 0.87% -
XYZ 58.36 65.41 77.96 -
YUV 208.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 187 217 221 0.15 0.02 0 0.13 187.06 0.33 0.8
Hex BB D9 DD F 2 0 D BB 21 50
Octal 273 331 335 17 2 0 15 273 41 120
Binary 10111011 11011001 11011101 1111 10 0 1101 10111011 100001 1010000

Color Harmonies of #BBD9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9DD

Black with #BBD9DD

Text Example


Text Example

White with #BBD9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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