Html Css Color HEX #BBC8BC Paris White

📋 copy color: '#BBC8BC'

red 187 ◦ green 200 ◦ blue 188

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

Shades of Paris White #BBC8BC

Tints of Paris White #BBC8BC

RGB

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

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

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

R = 32.52%
G = 34.78%
B = 32.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#BBC8BC (or 0xBBC8BC) is known color: Paris White. HEX triplet: BB, C8 and BC. RGB value is (187,200,188). Sum of RGB (Red+Green+Blue) = 187+200+188=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8BC is #443743. Grayscale: #C2C2C2. Windows color (decimal): -4470596 or 12372155. OLE color: 12372155.

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

Color convert

RGB 187 200 188 -
CMYK 0.06 0 0.06 0.22
HSL 124.62º 0.11% 0.76% -
HSV(B) 124.62º 0.07% 0.78% -
XYZ 50.22 55.5 55.64 -
YUV 194.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 187 200 188 0.06 0 0.06 0.22 124.62 0.11 0.76
Hex BB C8 BC 6 0 6 16 7D B 4C
Octal 273 310 274 6 0 6 26 175 13 114
Binary 10111011 11001000 10111100 110 0 110 10110 1111101 1011 1001100

Color Harmonies of #BBC8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8BC

Black with #BBC8BC

Text Example


Text Example

White with #BBC8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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