Html Css Color HEX #BCCABE Paris White

📋 copy color: '#BCCABE'

red 188 ◦ green 202 ◦ blue 190

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

Shades of Paris White #BCCABE

Tints of Paris White #BCCABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 32.41%
G = 34.83%
B = 32.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#BCCABE (or 0xBCCABE) is known color: Paris White. HEX triplet: BC, CA and BE. RGB value is (188,202,190). Sum of RGB (Red+Green+Blue) = 188+202+190=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCABE is #433541. Grayscale: #C4C4C4. Windows color (decimal): -4404546 or 12503740. OLE color: 12503740.

HSL color Cylindrical-coordinate representation of color #BCCABE: hue angle of 128.57º 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 #BCCABE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 190 -
CMYK 0.07 0 0.06 0.21
HSL 128.57º 0.12% 0.76% -
HSV(B) 128.57º 0.07% 0.79% -
XYZ 51.15 56.65 56.95 -
YUV 196.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 188 202 190 0.07 0 0.06 0.21 128.57 0.12 0.76
Hex BC CA BE 7 0 6 15 81 C 4C
Octal 274 312 276 7 0 6 25 201 14 114
Binary 10111100 11001010 10111110 111 0 110 10101 10000001 1100 1001100

Color Harmonies of #BCCABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCABE

Black with #BCCABE

Text Example


Text Example

White with #BCCABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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