Html Css Color HEX #BDD1BE Paris White

📋 copy color: '#BDD1BE'

red 189 ◦ green 209 ◦ blue 190

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

Shades of Paris White #BDD1BE

Tints of Paris White #BDD1BE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.54%

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

R = 32.14%
G = 35.54%
B = 32.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#BDD1BE (or 0xBDD1BE) is known color: Paris White. HEX triplet: BD, D1 and BE. RGB value is (189,209,190). Sum of RGB (Red+Green+Blue) = 189+209+190=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1BE is #422E41. Grayscale: #C8C8C8. Windows color (decimal): -4337218 or 12505533. OLE color: 12505533.

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

Color convert

RGB 189 209 190 -
CMYK 0.10 0 0.09 0.18
HSL 123º 0.18% 0.78% -
HSV(B) 123º 0.1% 0.82% -
XYZ 53.08 60.14 57.53 -
YUV 200.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 189 209 190 0.10 0 0.09 0.18 123 0.18 0.78
Hex BD D1 BE A 0 9 12 7B 12 4E
Octal 275 321 276 12 0 11 22 173 22 116
Binary 10111101 11010001 10111110 1010 0 1001 10010 1111011 10010 1001110

Color Harmonies of #BDD1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1BE

Black with #BDD1BE

Text Example


Text Example

White with #BDD1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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