Html Css Color HEX #BBDCB0 Madang

📋 copy color: '#BBDCB0'

red 187 ◦ green 220 ◦ blue 176

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

Shades of Madang #BBDCB0

Tints of Madang #BBDCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.74%

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

R = 32.08%
G = 37.74%
B = 30.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#BBDCB0 (or 0xBBDCB0) is known color: Madang. HEX triplet: BB, DC and B0. RGB value is (187,220,176). Sum of RGB (Red+Green+Blue) = 187+220+176=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCB0 is #44234F. Grayscale: #CDCDCD. Windows color (decimal): -4465488 or 11590843. OLE color: 11590843.

HSL color Cylindrical-coordinate representation of color #BBDCB0: hue angle of 105º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDCB0 is Cyan = 0.15, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 176 -
CMYK 0.15 0 0.2 0.14
HSL 105º 0.39% 0.78% -
HSV(B) 105º 0.2% 0.86% -
XYZ 53.92 64.89 50.76 -
YUV 205.12 111.57 115.08 -
System Red Green Blue C M Y K H S L
Decimal 187 220 176 0.15 0 0.2 0.14 105 0.39 0.78
Hex BB DC B0 F 0 14 E 69 27 4E
Octal 273 334 260 17 0 24 16 151 47 116
Binary 10111011 11011100 10110000 1111 0 10100 1110 1101001 100111 1001110

Color Harmonies of #BBDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCB0

Black with #BBDCB0

Text Example


Text Example

White with #BBDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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