Html Css Color HEX #BCD3BC Paris White

📋 copy color: '#BCD3BC'

red 188 ◦ green 211 ◦ blue 188

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

Shades of Paris White #BCD3BC

Tints of Paris White #BCD3BC

RGB

 RED value IS 188 (73.83% from 255) = 32.03%

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

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

R = 32.03%
G = 35.95%
B = 32.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#BCD3BC (or 0xBCD3BC) is known color: Paris White. HEX triplet: BC, D3 and BC. RGB value is (188,211,188). Sum of RGB (Red+Green+Blue) = 188+211+188=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3BC is #432C43. Grayscale: #C9C9C9. Windows color (decimal): -4402244 or 12374972. OLE color: 12374972.

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

Color convert

RGB 188 211 188 -
CMYK 0.11 0 0.11 0.17
HSL 120º 0.21% 0.78% -
HSV(B) 120º 0.11% 0.83% -
XYZ 53.11 60.91 56.53 -
YUV 201.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 188 211 188 0.11 0 0.11 0.17 120 0.21 0.78
Hex BC D3 BC B 0 B 11 78 15 4E
Octal 274 323 274 13 0 13 21 170 25 116
Binary 10111100 11010011 10111100 1011 0 1011 10001 1111000 10101 1001110

Color Harmonies of #BCD3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3BC

Black with #BCD3BC

Text Example


Text Example

White with #BCD3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3BC; }

 p { color: rgb(188,211,188); }

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

background-color css

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

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

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

border-color css

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

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

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