Html Css Color HEX #BBC9BE Paris White

📋 copy color: '#BBC9BE'

red 187 ◦ green 201 ◦ blue 190

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

Shades of Paris White #BBC9BE

Tints of Paris White #BBC9BE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.78%

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

R = 32.35%
G = 34.78%
B = 32.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#BBC9BE (or 0xBBC9BE) is known color: Paris White. HEX triplet: BB, C9 and BE. RGB value is (187,201,190). Sum of RGB (Red+Green+Blue) = 187+201+190=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9BE is #443641. Grayscale: #C3C3C3. Windows color (decimal): -4470338 or 12503483. OLE color: 12503483.

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

Color convert

RGB 187 201 190 -
CMYK 0.07 0 0.05 0.21
HSL 132.86º 0.11% 0.76% -
HSV(B) 132.86º 0.07% 0.79% -
XYZ 50.67 56.06 56.86 -
YUV 195.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 187 201 190 0.07 0 0.05 0.21 132.86 0.11 0.76
Hex BB C9 BE 7 0 5 15 85 B 4C
Octal 273 311 276 7 0 5 25 205 13 114
Binary 10111011 11001001 10111110 111 0 101 10101 10000101 1011 1001100

Color Harmonies of #BBC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9BE

Black with #BBC9BE

Text Example


Text Example

White with #BBC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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