Html Css Color HEX #BDD1BC Paris White

📋 copy color: '#BDD1BC'

red 189 ◦ green 209 ◦ blue 188

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

Shades of Paris White #BDD1BC

Tints of Paris White #BDD1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 32.25%
G = 35.67%
B = 32.08%

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

#BDD1BC (or 0xBDD1BC) is known color: Paris White. HEX triplet: BD, D1 and BC. RGB value is (189,209,188). Sum of RGB (Red+Green+Blue) = 189+209+188=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1BC is #422E43. Grayscale: #C8C8C8. Windows color (decimal): -4337220 or 12374461. OLE color: 12374461.

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

Color convert

RGB 189 209 188 -
CMYK 0.10 0 0.10 0.18
HSL 117.14º 0.19% 0.78% -
HSV(B) 117.14º 0.1% 0.82% -
XYZ 52.86 60.05 56.38 -
YUV 200.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 189 209 188 0.10 0 0.10 0.18 117.14 0.19 0.78
Hex BD D1 BC A 0 A 12 75 13 4E
Octal 275 321 274 12 0 12 22 165 23 116
Binary 10111101 11010001 10111100 1010 0 1010 10010 1110101 10011 1001110

Color Harmonies of #BDD1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1BC

Black with #BDD1BC

Text Example


Text Example

White with #BDD1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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