Html Css Color HEX #BBDDA5 Madang

📋 copy color: '#BBDDA5'

red 187 ◦ green 221 ◦ blue 165

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

Shades of Madang #BBDDA5

Tints of Madang #BBDDA5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.57%

 BLUE value IS 165 (64.84% from 255) = 28.8%

R = 32.64%
G = 38.57%
B = 28.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#BBDDA5 (or 0xBBDDA5) is known color: Madang. HEX triplet: BB, DD and A5. RGB value is (187,221,165). Sum of RGB (Red+Green+Blue) = 187+221+165=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDDA5 is #44225A. Grayscale: #CCCCCC. Windows color (decimal): -4465243 or 10870203. OLE color: 10870203.

HSL color Cylindrical-coordinate representation of color #BBDDA5: hue angle of 96.43º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDDA5 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 165 -
CMYK 0.15 0 0.25 0.13
HSL 96.43º 0.45% 0.76% -
HSV(B) 96.43º 0.25% 0.87% -
XYZ 53.14 64.99 45.34 -
YUV 204.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 187 221 165 0.15 0 0.25 0.13 96.43 0.45 0.76
Hex BB DD A5 F 0 19 D 60 2D 4C
Octal 273 335 245 17 0 31 15 140 55 114
Binary 10111011 11011101 10100101 1111 0 11001 1101 1100000 101101 1001100

Color Harmonies of #BBDDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDA5

Black with #BBDDA5

Text Example


Text Example

White with #BBDDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDA5; }

 p { color: rgb(187,221,165); }

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

background-color css

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

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

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

border-color css

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

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

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