Html Css Color HEX #BBC9BD Paris White

📋 copy color: '#BBC9BD'

red 187 ◦ green 201 ◦ blue 189

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

Shades of Paris White #BBC9BD

Tints of Paris White #BBC9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.76%

R = 32.41%
G = 34.84%
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

#BBC9BD (or 0xBBC9BD) is known color: Paris White. HEX triplet: BB, C9 and BD. RGB value is (187,201,189). Sum of RGB (Red+Green+Blue) = 187+201+189=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9BD is #443642. Grayscale: #C3C3C3. Windows color (decimal): -4470339 or 12437947. OLE color: 12437947.

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

Color convert

RGB 187 201 189 -
CMYK 0.07 0 0.06 0.21
HSL 128.57º 0.11% 0.76% -
HSV(B) 128.57º 0.07% 0.79% -
XYZ 50.57 56.01 56.29 -
YUV 195.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 187 201 189 0.07 0 0.06 0.21 128.57 0.11 0.76
Hex BB C9 BD 7 0 6 15 81 B 4C
Octal 273 311 275 7 0 6 25 201 13 114
Binary 10111011 11001001 10111101 111 0 110 10101 10000001 1011 1001100

Color Harmonies of #BBC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9BD

Black with #BBC9BD

Text Example


Text Example

White with #BBC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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