Html Css Color HEX #BDD0BE Paris White

📋 copy color: '#BDD0BE'

red 189 ◦ green 208 ◦ blue 190

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

Shades of Paris White #BDD0BE

Tints of Paris White #BDD0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.37%

R = 32.2%
G = 35.43%
B = 32.37%

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

#BDD0BE (or 0xBDD0BE) is known color: Paris White. HEX triplet: BD, D0 and BE. RGB value is (189,208,190). Sum of RGB (Red+Green+Blue) = 189+208+190=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0BE is #422F41. Grayscale: #C8C8C8. Windows color (decimal): -4337474 or 12505277. OLE color: 12505277.

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

Color convert

RGB 189 208 190 -
CMYK 0.09 0 0.09 0.18
HSL 123.16º 0.17% 0.78% -
HSV(B) 123.16º 0.09% 0.82% -
XYZ 52.84 59.65 57.44 -
YUV 200.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 189 208 190 0.09 0 0.09 0.18 123.16 0.17 0.78
Hex BD D0 BE 9 0 9 12 7B 11 4E
Octal 275 320 276 11 0 11 22 173 21 116
Binary 10111101 11010000 10111110 1001 0 1001 10010 1111011 10001 1001110

Color Harmonies of #BDD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0BE

Black with #BDD0BE

Text Example


Text Example

White with #BDD0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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