Html Css Color HEX #BBCABB Paris White

📋 copy color: '#BBCABB'

red 187 ◦ green 202 ◦ blue 187

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

Shades of Paris White #BBCABB

Tints of Paris White #BBCABB

RGB

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

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

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

R = 32.47%
G = 35.07%
B = 32.47%

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

#BBCABB (or 0xBBCABB) is known color: Paris White. HEX triplet: BB, CA and BB. RGB value is (187,202,187). Sum of RGB (Red+Green+Blue) = 187+202+187=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCABB is #443544. Grayscale: #C3C3C3. Windows color (decimal): -4470085 or 12307131. OLE color: 12307131.

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

Color convert

RGB 187 202 187 -
CMYK 0.07 0 0.07 0.21
HSL 120º 0.12% 0.76% -
HSV(B) 120º 0.07% 0.79% -
XYZ 50.58 56.39 55.23 -
YUV 195.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 187 202 187 0.07 0 0.07 0.21 120 0.12 0.76
Hex BB CA BB 7 0 7 15 78 C 4C
Octal 273 312 273 7 0 7 25 170 14 114
Binary 10111011 11001010 10111011 111 0 111 10101 1111000 1100 1001100

Color Harmonies of #BBCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCABB

Black with #BBCABB

Text Example


Text Example

White with #BBCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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