Html Css Color HEX #BBCABE Paris White

📋 copy color: '#BBCABE'

red 187 ◦ green 202 ◦ blue 190

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

Shades of Paris White #BBCABE

Tints of Paris White #BBCABE

RGB

 RED value IS 187 (73.44% from 255) = 32.3%

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

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

R = 32.3%
G = 34.89%
B = 32.82%

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

#BBCABE (or 0xBBCABE) is known color: Paris White. HEX triplet: BB, CA and BE. RGB value is (187,202,190). Sum of RGB (Red+Green+Blue) = 187+202+190=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCABE is #443541. Grayscale: #C4C4C4. Windows color (decimal): -4470082 or 12503739. OLE color: 12503739.

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

Color convert

RGB 187 202 190 -
CMYK 0.07 0 0.06 0.21
HSL 132º 0.12% 0.76% -
HSV(B) 132º 0.07% 0.79% -
XYZ 50.91 56.52 56.94 -
YUV 196.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 187 202 190 0.07 0 0.06 0.21 132 0.12 0.76
Hex BB CA BE 7 0 6 15 84 C 4C
Octal 273 312 276 7 0 6 25 204 14 114
Binary 10111011 11001010 10111110 111 0 110 10101 10000100 1100 1001100

Color Harmonies of #BBCABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCABE

Black with #BBCABE

Text Example


Text Example

White with #BBCABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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