Html Css Color HEX #BBD0BB Paris White

📋 copy color: '#BBD0BB'

red 187 ◦ green 208 ◦ blue 187

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

Shades of Paris White #BBD0BB

Tints of Paris White #BBD0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.13%

R = 32.13%
G = 35.74%
B = 32.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#BBD0BB (or 0xBBD0BB) is known color: Paris White. HEX triplet: BB, D0 and BB. RGB value is (187,208,187). Sum of RGB (Red+Green+Blue) = 187+208+187=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0BB is #442F44. Grayscale: #C7C7C7. Windows color (decimal): -4468549 or 12308667. OLE color: 12308667.

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

Color convert

RGB 187 208 187 -
CMYK 0.10 0 0.10 0.18
HSL 120º 0.18% 0.77% -
HSV(B) 120º 0.1% 0.82% -
XYZ 52.02 59.26 55.71 -
YUV 199.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 187 208 187 0.10 0 0.10 0.18 120 0.18 0.77
Hex BB D0 BB A 0 A 12 78 12 4D
Octal 273 320 273 12 0 12 22 170 22 115
Binary 10111011 11010000 10111011 1010 0 1010 10010 1111000 10010 1001101

Color Harmonies of #BBD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0BB

Black with #BBD0BB

Text Example


Text Example

White with #BBD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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