Html Css Color HEX #BCD4BA Paris White

📋 copy color: '#BCD4BA'

red 188 ◦ green 212 ◦ blue 186

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

Shades of Paris White #BCD4BA

Tints of Paris White #BCD4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.18%

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

R = 32.08%
G = 36.18%
B = 31.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#BCD4BA (or 0xBCD4BA) is known color: Paris White. HEX triplet: BC, D4 and BA. RGB value is (188,212,186). Sum of RGB (Red+Green+Blue) = 188+212+186=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4BA is #432B45. Grayscale: #C9C9C9. Windows color (decimal): -4401990 or 12244156. OLE color: 12244156.

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

Color convert

RGB 188 212 186 -
CMYK 0.11 0 0.12 0.17
HSL 115.38º 0.23% 0.78% -
HSV(B) 115.38º 0.12% 0.83% -
XYZ 53.15 61.32 55.49 -
YUV 201.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 188 212 186 0.11 0 0.12 0.17 115.38 0.23 0.78
Hex BC D4 BA B 0 C 11 73 17 4E
Octal 274 324 272 13 0 14 21 163 27 116
Binary 10111100 11010100 10111010 1011 0 1100 10001 1110011 10111 1001110

Color Harmonies of #BCD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4BA

Black with #BCD4BA

Text Example


Text Example

White with #BCD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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