Html Css Color HEX #BBDBDE Powder Blue

📋 copy color: '#BBDBDE'

red 187 ◦ green 219 ◦ blue 222

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

Shades of Powder Blue #BBDBDE

Tints of Powder Blue #BBDBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.87%

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 29.78%
G = 34.87%
B = 35.35%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBDBDE (or 0xBBDBDE) is known color: Powder Blue. HEX triplet: BB, DB and DE. RGB value is (187,219,222). Sum of RGB (Red+Green+Blue) = 187+219+222=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBDBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBDE is #442421. Grayscale: #D1D1D1. Windows color (decimal): -4465698 or 14605243. OLE color: 14605243.

HSL color Cylindrical-coordinate representation of color #BBDBDE: hue angle of 185.14º degrees, saturation: 0.35, 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 #BBDBDE is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 219 222 -
CMYK 0.16 0.01 0 0.13
HSL 185.14º 0.35% 0.8% -
HSV(B) 185.14º 0.16% 0.87% -
XYZ 59.01 66.5 78.83 -
YUV 209.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 187 219 222 0.16 0.01 0 0.13 185.14 0.35 0.8
Hex BB DB DE 10 1 0 D B9 23 50
Octal 273 333 336 20 1 0 15 271 43 120
Binary 10111011 11011011 11011110 10000 1 0 1101 10111001 100011 1010000

Color Harmonies of #BBDBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBDE

Black with #BBDBDE

Text Example


Text Example

White with #BBDBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBDE; }

 p { color: rgb(187,219,222); }

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

background-color css

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

 a { background-color: rgb(187,219,222); }

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

border-color css

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

 span { border-color: rgb(187,219,222); }

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