Html Css Color HEX #BDDEDE Powder Blue

📋 copy color: '#BDDEDE'

red 189 ◦ green 222 ◦ blue 222

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

Shades of Powder Blue #BDDEDE

Tints of Powder Blue #BDDEDE

RGB

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

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

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

R = 29.86%
G = 35.07%
B = 35.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDDEDE (or 0xBDDEDE) is known color: Powder Blue. HEX triplet: BD, DE and DE. RGB value is (189,222,222). Sum of RGB (Red+Green+Blue) = 189+222+222=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #BDDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEDE is #422121. Grayscale: #D4D4D4. Windows color (decimal): -4333858 or 14606013. OLE color: 14606013.

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

Color convert

RGB 189 222 222 -
CMYK 0.15 0 0 0.13
HSL 180º 0.33% 0.81% -
HSV(B) 180º 0.15% 0.87% -
XYZ 60.29 68.34 79.12 -
YUV 212.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 189 222 222 0.15 0 0 0.13 180 0.33 0.81
Hex BD DE DE F 0 0 D B4 21 51
Octal 275 336 336 17 0 0 15 264 41 121
Binary 10111101 11011110 11011110 1111 0 0 1101 10110100 100001 1010001

Color Harmonies of #BDDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEDE

Black with #BDDEDE

Text Example


Text Example

White with #BDDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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