Html Css Color HEX #BBCBBF Paris White

📋 copy color: '#BBCBBF'

red 187 ◦ green 203 ◦ blue 191

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

Shades of Paris White #BBCBBF

Tints of Paris White #BBCBBF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.94%

 BLUE value IS 191 (75% from 255) = 32.87%

R = 32.19%
G = 34.94%
B = 32.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#BBCBBF (or 0xBBCBBF) is known color: Paris White. HEX triplet: BB, CB and BF. RGB value is (187,203,191). Sum of RGB (Red+Green+Blue) = 187+203+191=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBBF is #443440. Grayscale: #C4C4C4. Windows color (decimal): -4469825 or 12569531. OLE color: 12569531.

HSL color Cylindrical-coordinate representation of color #BBCBBF: hue angle of 135º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCBBF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 191 -
CMYK 0.08 0 0.06 0.20
HSL 135º 0.13% 0.76% -
HSV(B) 135º 0.08% 0.8% -
XYZ 51.25 57.04 57.6 -
YUV 196.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 187 203 191 0.08 0 0.06 0.20 135 0.13 0.76
Hex BB CB BF 8 0 6 14 87 D 4C
Octal 273 313 277 10 0 6 24 207 15 114
Binary 10111011 11001011 10111111 1000 0 110 10100 10000111 1101 1001100

Color Harmonies of #BBCBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBBF

Black with #BBCBBF

Text Example


Text Example

White with #BBCBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBBF; }

 p { color: rgb(187,203,191); }

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

background-color css

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

 a { background-color: rgb(187,203,191); }

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

border-color css

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

 span { border-color: rgb(187,203,191); }

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