Html Css Color HEX #BCD1BA Paris White

📋 copy color: '#BCD1BA'

red 188 ◦ green 209 ◦ blue 186

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

Shades of Paris White #BCD1BA

Tints of Paris White #BCD1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.9%

R = 32.25%
G = 35.85%
B = 31.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#BCD1BA (or 0xBCD1BA) is known color: Paris White. HEX triplet: BC, D1 and BA. RGB value is (188,209,186). Sum of RGB (Red+Green+Blue) = 188+209+186=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1BA is #432E45. Grayscale: #C8C8C8. Windows color (decimal): -4402758 or 12243388. OLE color: 12243388.

HSL color Cylindrical-coordinate representation of color #BCD1BA: hue angle of 114.78º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD1BA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 186 -
CMYK 0.10 0 0.11 0.18
HSL 114.78º 0.2% 0.77% -
HSV(B) 114.78º 0.11% 0.82% -
XYZ 52.4 59.84 55.24 -
YUV 200.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 188 209 186 0.10 0 0.11 0.18 114.78 0.2 0.77
Hex BC D1 BA A 0 B 12 73 14 4D
Octal 274 321 272 12 0 13 22 163 24 115
Binary 10111100 11010001 10111010 1010 0 1011 10010 1110011 10100 1001101

Color Harmonies of #BCD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1BA

Black with #BCD1BA

Text Example


Text Example

White with #BCD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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