Html Css Color HEX #BCD0BA Paris White

📋 copy color: '#BCD0BA'

red 188 ◦ green 208 ◦ blue 186

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

Shades of Paris White #BCD0BA

Tints of Paris White #BCD0BA

RGB

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

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

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

R = 32.3%
G = 35.74%
B = 31.96%

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

#BCD0BA (or 0xBCD0BA) is known color: Paris White. HEX triplet: BC, D0 and BA. RGB value is (188,208,186). Sum of RGB (Red+Green+Blue) = 188+208+186=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0BA is #432F45. Grayscale: #C7C7C7. Windows color (decimal): -4403014 or 12243132. OLE color: 12243132.

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

Color convert

RGB 188 208 186 -
CMYK 0.10 0 0.11 0.18
HSL 114.55º 0.19% 0.77% -
HSV(B) 114.55º 0.11% 0.82% -
XYZ 52.16 59.35 55.16 -
YUV 199.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 188 208 186 0.10 0 0.11 0.18 114.55 0.19 0.77
Hex BC D0 BA A 0 B 12 73 13 4D
Octal 274 320 272 12 0 13 22 163 23 115
Binary 10111100 11010000 10111010 1010 0 1011 10010 1110011 10011 1001101

Color Harmonies of #BCD0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0BA

Black with #BCD0BA

Text Example


Text Example

White with #BCD0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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