Html Css Color HEX #BBD7AF Madang

📋 copy color: '#BBD7AF'

red 187 ◦ green 215 ◦ blue 175

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

Shades of Madang #BBD7AF

Tints of Madang #BBD7AF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.26%

 BLUE value IS 175 (68.75% from 255) = 30.33%

R = 32.41%
G = 37.26%
B = 30.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#BBD7AF (or 0xBBD7AF) is known color: Madang. HEX triplet: BB, D7 and AF. RGB value is (187,215,175). Sum of RGB (Red+Green+Blue) = 187+215+175=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD7AF is #442850. Grayscale: #CACACA. Windows color (decimal): -4466769 or 11524027. OLE color: 11524027.

HSL color Cylindrical-coordinate representation of color #BBD7AF: hue angle of 102º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD7AF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 215 175 -
CMYK 0.13 0 0.19 0.16
HSL 102º 0.33% 0.76% -
HSV(B) 102º 0.19% 0.84% -
XYZ 52.53 62.26 49.81 -
YUV 202.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 187 215 175 0.13 0 0.19 0.16 102 0.33 0.76
Hex BB D7 AF D 0 13 10 66 21 4C
Octal 273 327 257 15 0 23 20 146 41 114
Binary 10111011 11010111 10101111 1101 0 10011 10000 1100110 100001 1001100

Color Harmonies of #BBD7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7AF

Black with #BBD7AF

Text Example


Text Example

White with #BBD7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7AF; }

 p { color: rgb(187,215,175); }

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

background-color css

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

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

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

border-color css

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

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

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