Html Css Color HEX #BBCEBA Paris White

📋 copy color: '#BBCEBA'

red 187 ◦ green 206 ◦ blue 186

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

Shades of Paris White #BBCEBA

Tints of Paris White #BBCEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.58%

 BLUE value IS 186 (73.05% from 255) = 32.12%

R = 32.3%
G = 35.58%
B = 32.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#BBCEBA (or 0xBBCEBA) is known color: Paris White. HEX triplet: BB, CE and BA. RGB value is (187,206,186). Sum of RGB (Red+Green+Blue) = 187+206+186=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEBA is #443145. Grayscale: #C6C6C6. Windows color (decimal): -4469062 or 12242619. OLE color: 12242619.

HSL color Cylindrical-coordinate representation of color #BBCEBA: hue angle of 117º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCEBA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 206 186 -
CMYK 0.09 0 0.10 0.19
HSL 117º 0.17% 0.77% -
HSV(B) 117º 0.1% 0.81% -
XYZ 51.43 58.25 54.99 -
YUV 198.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 187 206 186 0.09 0 0.10 0.19 117 0.17 0.77
Hex BB CE BA 9 0 A 13 75 11 4D
Octal 273 316 272 11 0 12 23 165 21 115
Binary 10111011 11001110 10111010 1001 0 1010 10011 1110101 10001 1001101

Color Harmonies of #BBCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEBA

Black with #BBCEBA

Text Example


Text Example

White with #BBCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEBA; }

 p { color: rgb(187,206,186); }

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

background-color css

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

 a { background-color: rgb(187,206,186); }

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

border-color css

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

 span { border-color: rgb(187,206,186); }

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