Html Css Color HEX #BCD1BB Paris White

📋 copy color: '#BCD1BB'

red 188 ◦ green 209 ◦ blue 187

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

Shades of Paris White #BCD1BB

Tints of Paris White #BCD1BB

RGB

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

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

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

R = 32.19%
G = 35.79%
B = 32.02%

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

#BCD1BB (or 0xBCD1BB) is known color: Paris White. HEX triplet: BC, D1 and BB. RGB value is (188,209,187). Sum of RGB (Red+Green+Blue) = 188+209+187=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1BB is #432E44. Grayscale: #C8C8C8. Windows color (decimal): -4402757 or 12308924. OLE color: 12308924.

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

Color convert

RGB 188 209 187 -
CMYK 0.10 0 0.11 0.18
HSL 117.27º 0.19% 0.78% -
HSV(B) 117.27º 0.11% 0.82% -
XYZ 52.51 59.88 55.8 -
YUV 200.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 188 209 187 0.10 0 0.11 0.18 117.27 0.19 0.78
Hex BC D1 BB A 0 B 12 75 13 4E
Octal 274 321 273 12 0 13 22 165 23 116
Binary 10111100 11010001 10111011 1010 0 1011 10010 1110101 10011 1001110

Color Harmonies of #BCD1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1BB

Black with #BCD1BB

Text Example


Text Example

White with #BCD1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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