Html Css Color HEX #BCCABB Paris White

📋 copy color: '#BCCABB'

red 188 ◦ green 202 ◦ blue 187

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

Shades of Paris White #BCCABB

Tints of Paris White #BCCABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.01%

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

R = 32.58%
G = 35.01%
B = 32.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#BCCABB (or 0xBCCABB) is known color: Paris White. HEX triplet: BC, CA and BB. RGB value is (188,202,187). Sum of RGB (Red+Green+Blue) = 188+202+187=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCABB is #433544. Grayscale: #C4C4C4. Windows color (decimal): -4404549 or 12307132. OLE color: 12307132.

HSL color Cylindrical-coordinate representation of color #BCCABB: hue angle of 116º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCABB is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 187 -
CMYK 0.07 0 0.07 0.21
HSL 116º 0.12% 0.76% -
HSV(B) 116º 0.07% 0.79% -
XYZ 50.83 56.52 55.24 -
YUV 196.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 188 202 187 0.07 0 0.07 0.21 116 0.12 0.76
Hex BC CA BB 7 0 7 15 74 C 4C
Octal 274 312 273 7 0 7 25 164 14 114
Binary 10111100 11001010 10111011 111 0 111 10101 1110100 1100 1001100

Color Harmonies of #BCCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCABB

Black with #BCCABB

Text Example


Text Example

White with #BCCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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