Html Css Color HEX #BBCABC Paris White

📋 copy color: '#BBCABC'

red 187 ◦ green 202 ◦ blue 188

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

Shades of Paris White #BBCABC

Tints of Paris White #BBCABC

RGB

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

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

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

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

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

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

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

Color convert

RGB 187 202 188 -
CMYK 0.07 0 0.07 0.21
HSL 124º 0.12% 0.76% -
HSV(B) 124º 0.07% 0.79% -
XYZ 50.69 56.44 55.8 -
YUV 195.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 187 202 188 0.07 0 0.07 0.21 124 0.12 0.76
Hex BB CA BC 7 0 7 15 7C C 4C
Octal 273 312 274 7 0 7 25 174 14 114
Binary 10111011 11001010 10111100 111 0 111 10101 1111100 1100 1001100

Color Harmonies of #BBCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCABC

Black with #BBCABC

Text Example


Text Example

White with #BBCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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