Html Css Color HEX #BDD3BE Paris White

📋 copy color: '#BDD3BE'

red 189 ◦ green 211 ◦ blue 190

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

Shades of Paris White #BDD3BE

Tints of Paris White #BDD3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.76%

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

R = 32.03%
G = 35.76%
B = 32.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#BDD3BE (or 0xBDD3BE) is known color: Paris White. HEX triplet: BD, D3 and BE. RGB value is (189,211,190). Sum of RGB (Red+Green+Blue) = 189+211+190=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3BE is #422C41. Grayscale: #CACACA. Windows color (decimal): -4336706 or 12506045. OLE color: 12506045.

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

Color convert

RGB 189 211 190 -
CMYK 0.10 0 0.10 0.17
HSL 122.73º 0.2% 0.78% -
HSV(B) 122.73º 0.1% 0.83% -
XYZ 53.57 61.13 57.69 -
YUV 202.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 189 211 190 0.10 0 0.10 0.17 122.73 0.2 0.78
Hex BD D3 BE A 0 A 11 7B 14 4E
Octal 275 323 276 12 0 12 21 173 24 116
Binary 10111101 11010011 10111110 1010 0 1010 10001 1111011 10100 1001110

Color Harmonies of #BDD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3BE

Black with #BDD3BE

Text Example


Text Example

White with #BDD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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