Html Css Color HEX #BBC7BD Paris White

📋 copy color: '#BBC7BD'

red 187 ◦ green 199 ◦ blue 189

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

Shades of Paris White #BBC7BD

Tints of Paris White #BBC7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.61%

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

R = 32.52%
G = 34.61%
B = 32.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#BBC7BD (or 0xBBC7BD) is known color: Paris White. HEX triplet: BB, C7 and BD. RGB value is (187,199,189). Sum of RGB (Red+Green+Blue) = 187+199+189=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7BD is #443842. Grayscale: #C2C2C2. Windows color (decimal): -4470851 or 12437435. OLE color: 12437435.

HSL color Cylindrical-coordinate representation of color #BBC7BD: hue angle of 130º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC7BD is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 189 -
CMYK 0.06 0 0.05 0.22
HSL 130º 0.1% 0.76% -
HSV(B) 130º 0.06% 0.78% -
XYZ 50.1 55.09 56.14 -
YUV 194.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 187 199 189 0.06 0 0.05 0.22 130 0.1 0.76
Hex BB C7 BD 6 0 5 16 82 A 4C
Octal 273 307 275 6 0 5 26 202 12 114
Binary 10111011 11000111 10111101 110 0 101 10110 10000010 1010 1001100

Color Harmonies of #BBC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7BD

Black with #BBC7BD

Text Example


Text Example

White with #BBC7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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