Html Css Color HEX #BBD2BA Paris White

📋 copy color: '#BBD2BA'

red 187 ◦ green 210 ◦ blue 186

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

Shades of Paris White #BBD2BA

Tints of Paris White #BBD2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

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

R = 32.08%
G = 36.02%
B = 31.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#BBD2BA (or 0xBBD2BA) is known color: Paris White. HEX triplet: BB, D2 and BA. RGB value is (187,210,186). Sum of RGB (Red+Green+Blue) = 187+210+186=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2BA is #442D45. Grayscale: #C8C8C8. Windows color (decimal): -4468038 or 12243643. OLE color: 12243643.

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

Color convert

RGB 187 210 186 -
CMYK 0.11 0 0.11 0.18
HSL 117.5º 0.21% 0.78% -
HSV(B) 117.5º 0.11% 0.82% -
XYZ 52.4 60.2 55.31 -
YUV 200.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 187 210 186 0.11 0 0.11 0.18 117.5 0.21 0.78
Hex BB D2 BA B 0 B 12 76 15 4E
Octal 273 322 272 13 0 13 22 166 25 116
Binary 10111011 11010010 10111010 1011 0 1011 10010 1110110 10101 1001110

Color Harmonies of #BBD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2BA

Black with #BBD2BA

Text Example


Text Example

White with #BBD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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