Html Css Color HEX #BBC6BD Paris White

📋 copy color: '#BBC6BD'

red 187 ◦ green 198 ◦ blue 189

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

Shades of Paris White #BBC6BD

Tints of Paris White #BBC6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.49%

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

R = 32.58%
G = 34.49%
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

#BBC6BD (or 0xBBC6BD) is known color: Paris White. HEX triplet: BB, C6 and BD. RGB value is (187,198,189). Sum of RGB (Red+Green+Blue) = 187+198+189=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6BD is #443942. Grayscale: #C1C1C1. Windows color (decimal): -4471107 or 12437179. OLE color: 12437179.

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

Color convert

RGB 187 198 189 -
CMYK 0.06 0 0.05 0.22
HSL 130.91º 0.09% 0.75% -
HSV(B) 130.91º 0.06% 0.78% -
XYZ 49.87 54.63 56.06 -
YUV 193.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 187 198 189 0.06 0 0.05 0.22 130.91 0.09 0.75
Hex BB C6 BD 6 0 5 16 83 9 4B
Octal 273 306 275 6 0 5 26 203 11 113
Binary 10111011 11000110 10111101 110 0 101 10110 10000011 1001 1001011

Color Harmonies of #BBC6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6BD

Black with #BBC6BD

Text Example


Text Example

White with #BBC6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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