Html Css Color HEX #BDDBDE Powder Blue

📋 copy color: '#BDDBDE'

red 189 ◦ green 219 ◦ blue 222

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

Shades of Powder Blue #BDDBDE

Tints of Powder Blue #BDDBDE

RGB

 RED value IS 189 (74.22% from 255) = 30%

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

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

R = 30%
G = 34.76%
B = 35.24%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDDBDE (or 0xBDDBDE) is known color: Powder Blue. HEX triplet: BD, DB and DE. RGB value is (189,219,222). Sum of RGB (Red+Green+Blue) = 189+219+222=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDDBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBDE is #422421. Grayscale: #D2D2D2. Windows color (decimal): -4334626 or 14605245. OLE color: 14605245.

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

Color convert

RGB 189 219 222 -
CMYK 0.15 0.01 0 0.13
HSL 185.45º 0.33% 0.81% -
HSV(B) 185.45º 0.15% 0.87% -
XYZ 59.5 66.76 78.86 -
YUV 210.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 189 219 222 0.15 0.01 0 0.13 185.45 0.33 0.81
Hex BD DB DE F 1 0 D B9 21 51
Octal 275 333 336 17 1 0 15 271 41 121
Binary 10111101 11011011 11011110 1111 1 0 1101 10111001 100001 1010001

Color Harmonies of #BDDBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBDE

Black with #BDDBDE

Text Example


Text Example

White with #BDDBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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