Html Css Color HEX #BCD3BB Paris White

📋 copy color: '#BCD3BB'

red 188 ◦ green 211 ◦ blue 187

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

Shades of Paris White #BCD3BB

Tints of Paris White #BCD3BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.91%

R = 32.08%
G = 36.01%
B = 31.91%

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

#BCD3BB (or 0xBCD3BB) is known color: Paris White. HEX triplet: BC, D3 and BB. RGB value is (188,211,187). Sum of RGB (Red+Green+Blue) = 188+211+187=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3BB is #432C44. Grayscale: #C9C9C9. Windows color (decimal): -4402245 or 12309436. OLE color: 12309436.

HSL color Cylindrical-coordinate representation of color #BCD3BB: hue angle of 117.5º 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 #BCD3BB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 187 -
CMYK 0.11 0 0.11 0.17
HSL 117.5º 0.21% 0.78% -
HSV(B) 117.5º 0.11% 0.83% -
XYZ 53 60.87 55.97 -
YUV 201.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 188 211 187 0.11 0 0.11 0.17 117.5 0.21 0.78
Hex BC D3 BB B 0 B 11 76 15 4E
Octal 274 323 273 13 0 13 21 166 25 116
Binary 10111100 11010011 10111011 1011 0 1011 10001 1110110 10101 1001110

Color Harmonies of #BCD3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3BB

Black with #BCD3BB

Text Example


Text Example

White with #BCD3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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