Html Css Color HEX #BDD0BC Paris White

📋 copy color: '#BDD0BC'

red 189 ◦ green 208 ◦ blue 188

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

Shades of Paris White #BDD0BC

Tints of Paris White #BDD0BC

RGB

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

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

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

R = 32.31%
G = 35.56%
B = 32.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#BDD0BC (or 0xBDD0BC) is known color: Paris White. HEX triplet: BD, D0 and BC. RGB value is (189,208,188). Sum of RGB (Red+Green+Blue) = 189+208+188=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0BC is #422F43. Grayscale: #C8C8C8. Windows color (decimal): -4337476 or 12374205. OLE color: 12374205.

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

Color convert

RGB 189 208 188 -
CMYK 0.09 0 0.10 0.18
HSL 117º 0.18% 0.78% -
HSV(B) 117º 0.1% 0.82% -
XYZ 52.62 59.56 56.3 -
YUV 200.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 189 208 188 0.09 0 0.10 0.18 117 0.18 0.78
Hex BD D0 BC 9 0 A 12 75 12 4E
Octal 275 320 274 11 0 12 22 165 22 116
Binary 10111101 11010000 10111100 1001 0 1010 10010 1110101 10010 1001110

Color Harmonies of #BDD0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0BC

Black with #BDD0BC

Text Example


Text Example

White with #BDD0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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