Html Css Color HEX #BBD5AF Madang

📋 copy color: '#BBD5AF'

red 187 ◦ green 213 ◦ blue 175

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

Shades of Madang #BBD5AF

Tints of Madang #BBD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.04%

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

R = 32.52%
G = 37.04%
B = 30.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#BBD5AF (or 0xBBD5AF) is known color: Madang. HEX triplet: BB, D5 and AF. RGB value is (187,213,175). Sum of RGB (Red+Green+Blue) = 187+213+175=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD5AF is #442A50. Grayscale: #C9C9C9. Windows color (decimal): -4467281 or 11523515. OLE color: 11523515.

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

Color convert

RGB 187 213 175 -
CMYK 0.12 0 0.18 0.16
HSL 101.05º 0.31% 0.76% -
HSV(B) 101.05º 0.18% 0.84% -
XYZ 52.03 61.25 49.64 -
YUV 200.89 113.39 118.09 -
System Red Green Blue C M Y K H S L
Decimal 187 213 175 0.12 0 0.18 0.16 101.05 0.31 0.76
Hex BB D5 AF C 0 12 10 65 1F 4C
Octal 273 325 257 14 0 22 20 145 37 114
Binary 10111011 11010101 10101111 1100 0 10010 10000 1100101 11111 1001100

Color Harmonies of #BBD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5AF

Black with #BBD5AF

Text Example


Text Example

White with #BBD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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