Html Css Color HEX #BDD2BD Paris White

📋 copy color: '#BDD2BD'

red 189 ◦ green 210 ◦ blue 189

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

Shades of Paris White #BDD2BD

Tints of Paris White #BDD2BD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.71%

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

R = 32.14%
G = 35.71%
B = 32.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#BDD2BD (or 0xBDD2BD) is known color: Paris White. HEX triplet: BD, D2 and BD. RGB value is (189,210,189). Sum of RGB (Red+Green+Blue) = 189+210+189=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2BD is #422D42. Grayscale: #C9C9C9. Windows color (decimal): -4336963 or 12440253. OLE color: 12440253.

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

Color convert

RGB 189 210 189 -
CMYK 0.10 0 0.10 0.18
HSL 120º 0.19% 0.78% -
HSV(B) 120º 0.1% 0.82% -
XYZ 53.22 60.59 57.03 -
YUV 201.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 189 210 189 0.10 0 0.10 0.18 120 0.19 0.78
Hex BD D2 BD A 0 A 12 78 13 4E
Octal 275 322 275 12 0 12 22 170 23 116
Binary 10111101 11010010 10111101 1010 0 1010 10010 1111000 10011 1001110

Color Harmonies of #BDD2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2BD

Black with #BDD2BD

Text Example


Text Example

White with #BDD2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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