Html Css Color HEX #BDD0C0 Paris White

📋 copy color: '#BDD0C0'

red 189 ◦ green 208 ◦ blue 192

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

Shades of Paris White #BDD0C0

Tints of Paris White #BDD0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.6%

R = 32.09%
G = 35.31%
B = 32.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#BDD0C0 (or 0xBDD0C0) is known color: Paris White. HEX triplet: BD, D0 and C0. RGB value is (189,208,192). Sum of RGB (Red+Green+Blue) = 189+208+192=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0C0 is #422F3F. Grayscale: #C8C8C8. Windows color (decimal): -4337472 or 12636349. OLE color: 12636349.

HSL color Cylindrical-coordinate representation of color #BDD0C0: hue angle of 129.47º 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 #BDD0C0 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 192 -
CMYK 0.09 0 0.08 0.18
HSL 129.47º 0.17% 0.78% -
HSV(B) 129.47º 0.09% 0.82% -
XYZ 53.06 59.74 58.6 -
YUV 200.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 189 208 192 0.09 0 0.08 0.18 129.47 0.17 0.78
Hex BD D0 C0 9 0 8 12 81 11 4E
Octal 275 320 300 11 0 10 22 201 21 116
Binary 10111101 11010000 11000000 1001 0 1000 10010 10000001 10001 1001110

Color Harmonies of #BDD0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0C0

Black with #BDD0C0

Text Example


Text Example

White with #BDD0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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