Html Css Color HEX #BBC8BE Paris White

📋 copy color: '#BBC8BE'

red 187 ◦ green 200 ◦ blue 190

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

Shades of Paris White #BBC8BE

Tints of Paris White #BBC8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.66%

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

R = 32.41%
G = 34.66%
B = 32.93%

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

#BBC8BE (or 0xBBC8BE) is known color: Paris White. HEX triplet: BB, C8 and BE. RGB value is (187,200,190). Sum of RGB (Red+Green+Blue) = 187+200+190=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8BE is #443741. Grayscale: #C3C3C3. Windows color (decimal): -4470594 or 12503227. OLE color: 12503227.

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

Color convert

RGB 187 200 190 -
CMYK 0.06 0 0.05 0.22
HSL 133.85º 0.11% 0.76% -
HSV(B) 133.85º 0.07% 0.78% -
XYZ 50.44 55.59 56.79 -
YUV 194.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 187 200 190 0.06 0 0.05 0.22 133.85 0.11 0.76
Hex BB C8 BE 6 0 5 16 86 B 4C
Octal 273 310 276 6 0 5 26 206 13 114
Binary 10111011 11001000 10111110 110 0 101 10110 10000110 1011 1001100

Color Harmonies of #BBC8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8BE

Black with #BBC8BE

Text Example


Text Example

White with #BBC8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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