Html Css Color HEX #BDD0BD Paris White

📋 copy color: '#BDD0BD'

red 189 ◦ green 208 ◦ blue 189

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

Shades of Paris White #BDD0BD

Tints of Paris White #BDD0BD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.49%

 BLUE value IS 189 (74.22% from 255) = 32.25%

R = 32.25%
G = 35.49%
B = 32.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#BDD0BD (or 0xBDD0BD) is known color: Paris White. HEX triplet: BD, D0 and BD. RGB value is (189,208,189). Sum of RGB (Red+Green+Blue) = 189+208+189=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0BD is #422F42. Grayscale: #C8C8C8. Windows color (decimal): -4337475 or 12439741. OLE color: 12439741.

HSL color Cylindrical-coordinate representation of color #BDD0BD: hue angle of 120º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0BD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 189 -
CMYK 0.09 0 0.09 0.18
HSL 120º 0.17% 0.78% -
HSV(B) 120º 0.09% 0.82% -
XYZ 52.73 59.6 56.87 -
YUV 200.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 189 208 189 0.09 0 0.09 0.18 120 0.17 0.78
Hex BD D0 BD 9 0 9 12 78 11 4E
Octal 275 320 275 11 0 11 22 170 21 116
Binary 10111101 11010000 10111101 1001 0 1001 10010 1111000 10001 1001110

Color Harmonies of #BDD0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0BD

Black with #BDD0BD

Text Example


Text Example

White with #BDD0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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