Html Css Color HEX #BDDEDD Powder Blue

📋 copy color: '#BDDEDD'

red 189 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #BDDEDD

Tints of Powder Blue #BDDEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.13%

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

R = 29.91%
G = 35.13%
B = 34.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#BDDEDD (or 0xBDDEDD) is known color: Powder Blue. HEX triplet: BD, DE and DD. RGB value is (189,222,221). Sum of RGB (Red+Green+Blue) = 189+222+221=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEDD is #422122. Grayscale: #D3D3D3. Windows color (decimal): -4333859 or 14540477. OLE color: 14540477.

HSL color Cylindrical-coordinate representation of color #BDDEDD: hue angle of 178.18º 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 #BDDEDD is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 221 -
CMYK 0.15 0 0.00 0.13
HSL 178.18º 0.33% 0.81% -
HSV(B) 178.18º 0.15% 0.87% -
XYZ 60.16 68.28 78.42 -
YUV 212.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 189 222 221 0.15 0 0.00 0.13 178.18 0.33 0.81
Hex BD DE DD F 0 0 D B2 21 51
Octal 275 336 335 17 0 0 15 262 41 121
Binary 10111101 11011110 11011101 1111 0 0 1101 10110010 100001 1010001

Color Harmonies of #BDDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEDD

Black with #BDDEDD

Text Example


Text Example

White with #BDDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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