Html Css Color HEX #BCD2BA Paris White

📋 copy color: '#BCD2BA'

red 188 ◦ green 210 ◦ blue 186

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

Shades of Paris White #BCD2BA

Tints of Paris White #BCD2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.96%

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

R = 32.19%
G = 35.96%
B = 31.85%

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

#BCD2BA (or 0xBCD2BA) is known color: Paris White. HEX triplet: BC, D2 and BA. RGB value is (188,210,186). Sum of RGB (Red+Green+Blue) = 188+210+186=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2BA is #432D45. Grayscale: #C8C8C8. Windows color (decimal): -4402502 or 12243644. OLE color: 12243644.

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

Color convert

RGB 188 210 186 -
CMYK 0.10 0 0.11 0.18
HSL 115º 0.21% 0.78% -
HSV(B) 115º 0.11% 0.82% -
XYZ 52.65 60.33 55.32 -
YUV 200.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 188 210 186 0.10 0 0.11 0.18 115 0.21 0.78
Hex BC D2 BA A 0 B 12 73 15 4E
Octal 274 322 272 12 0 13 22 163 25 116
Binary 10111100 11010010 10111010 1010 0 1011 10010 1110011 10101 1001110

Color Harmonies of #BCD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2BA

Black with #BCD2BA

Text Example


Text Example

White with #BCD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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