Html Css Color HEX #BCDDB2 Madang

📋 copy color: '#BCDDB2'

red 188 ◦ green 221 ◦ blue 178

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

Shades of Madang #BCDDB2

Tints of Madang #BCDDB2

RGB

 RED value IS 188 (73.83% from 255) = 32.03%

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

 BLUE value IS 178 (69.92% from 255) = 30.32%

R = 32.03%
G = 37.65%
B = 30.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#BCDDB2 (or 0xBCDDB2) is known color: Madang. HEX triplet: BC, DD and B2. RGB value is (188,221,178). Sum of RGB (Red+Green+Blue) = 188+221+178=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDB2 is #43224D. Grayscale: #CECECE. Windows color (decimal): -4399694 or 11722172. OLE color: 11722172.

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

Color convert

RGB 188 221 178 -
CMYK 0.15 0 0.19 0.13
HSL 106.05º 0.39% 0.78% -
HSV(B) 106.05º 0.19% 0.87% -
XYZ 54.63 65.62 51.91 -
YUV 206.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 188 221 178 0.15 0 0.19 0.13 106.05 0.39 0.78
Hex BC DD B2 F 0 13 D 6A 27 4E
Octal 274 335 262 17 0 23 15 152 47 116
Binary 10111100 11011101 10110010 1111 0 10011 1101 1101010 100111 1001110

Color Harmonies of #BCDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDB2

Black with #BCDDB2

Text Example


Text Example

White with #BCDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDB2; }

 p { color: rgb(188,221,178); }

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

background-color css

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

 a { background-color: rgb(188,221,178); }

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

border-color css

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

 span { border-color: rgb(188,221,178); }

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