Html Css Color HEX #BBD8AF Madang

📋 copy color: '#BBD8AF'

red 187 ◦ green 216 ◦ blue 175

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

Shades of Madang #BBD8AF

Tints of Madang #BBD8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.37%

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

R = 32.35%
G = 37.37%
B = 30.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#BBD8AF (or 0xBBD8AF) is known color: Madang. HEX triplet: BB, D8 and AF. RGB value is (187,216,175). Sum of RGB (Red+Green+Blue) = 187+216+175=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD8AF is #442750. Grayscale: #CACACA. Windows color (decimal): -4466513 or 11524283. OLE color: 11524283.

HSL color Cylindrical-coordinate representation of color #BBD8AF: hue angle of 102.44º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD8AF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 175 -
CMYK 0.13 0 0.19 0.15
HSL 102.44º 0.34% 0.77% -
HSV(B) 102.44º 0.19% 0.85% -
XYZ 52.79 62.77 49.89 -
YUV 202.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 187 216 175 0.13 0 0.19 0.15 102.44 0.34 0.77
Hex BB D8 AF D 0 13 F 66 22 4D
Octal 273 330 257 15 0 23 17 146 42 115
Binary 10111011 11011000 10101111 1101 0 10011 1111 1100110 100010 1001101

Color Harmonies of #BBD8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8AF

Black with #BBD8AF

Text Example


Text Example

White with #BBD8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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