Html Css Color HEX #BBD0BA Paris White

📋 copy color: '#BBD0BA'

red 187 ◦ green 208 ◦ blue 186

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

Shades of Paris White #BBD0BA

Tints of Paris White #BBD0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.8%

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

R = 32.19%
G = 35.8%
B = 32.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#BBD0BA (or 0xBBD0BA) is known color: Paris White. HEX triplet: BB, D0 and BA. RGB value is (187,208,186). Sum of RGB (Red+Green+Blue) = 187+208+186=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0BA is #442F45. Grayscale: #C7C7C7. Windows color (decimal): -4468550 or 12243131. OLE color: 12243131.

HSL color Cylindrical-coordinate representation of color #BBD0BA: hue angle of 117.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD0BA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 186 -
CMYK 0.10 0 0.11 0.18
HSL 117.27º 0.19% 0.77% -
HSV(B) 117.27º 0.11% 0.82% -
XYZ 51.91 59.22 55.15 -
YUV 199.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 187 208 186 0.10 0 0.11 0.18 117.27 0.19 0.77
Hex BB D0 BA A 0 B 12 75 13 4D
Octal 273 320 272 12 0 13 22 165 23 115
Binary 10111011 11010000 10111010 1010 0 1011 10010 1110101 10011 1001101

Color Harmonies of #BBD0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0BA

Black with #BBD0BA

Text Example


Text Example

White with #BBD0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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