Html Css Color HEX #BBD8B0 Madang

📋 copy color: '#BBD8B0'

red 187 ◦ green 216 ◦ blue 176

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

Shades of Madang #BBD8B0

Tints of Madang #BBD8B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.4%

R = 32.3%
G = 37.31%
B = 30.4%

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

#BBD8B0 (or 0xBBD8B0) is known color: Madang. HEX triplet: BB, D8 and B0. RGB value is (187,216,176). Sum of RGB (Red+Green+Blue) = 187+216+176=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD8B0 is #44274F. Grayscale: #CACACA. Windows color (decimal): -4466512 or 11589819. OLE color: 11589819.

HSL color Cylindrical-coordinate representation of color #BBD8B0: hue angle of 103.5º 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 #BBD8B0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 176 -
CMYK 0.13 0 0.19 0.15
HSL 103.5º 0.34% 0.77% -
HSV(B) 103.5º 0.19% 0.85% -
XYZ 52.89 62.81 50.41 -
YUV 202.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 187 216 176 0.13 0 0.19 0.15 103.5 0.34 0.77
Hex BB D8 B0 D 0 13 F 68 22 4D
Octal 273 330 260 15 0 23 17 150 42 115
Binary 10111011 11011000 10110000 1101 0 10011 1111 1101000 100010 1001101

Color Harmonies of #BBD8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8B0

Black with #BBD8B0

Text Example


Text Example

White with #BBD8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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