Html Css Color HEX #BBDCA3 Madang

📋 copy color: '#BBDCA3'

red 187 ◦ green 220 ◦ blue 163

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

Shades of Madang #BBDCA3

Tints of Madang #BBDCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.6%

R = 32.81%
G = 38.6%
B = 28.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#BBDCA3 (or 0xBBDCA3) is known color: Madang. HEX triplet: BB, DC and A3. RGB value is (187,220,163). Sum of RGB (Red+Green+Blue) = 187+220+163=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCA3 is #44235C. Grayscale: #CBCBCB. Windows color (decimal): -4465501 or 10738875. OLE color: 10738875.

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

Color convert

RGB 187 220 163 -
CMYK 0.15 0 0.26 0.14
HSL 94.74º 0.45% 0.75% -
HSV(B) 94.74º 0.26% 0.86% -
XYZ 52.7 64.4 44.3 -
YUV 203.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 187 220 163 0.15 0 0.26 0.14 94.74 0.45 0.75
Hex BB DC A3 F 0 1A E 5F 2D 4B
Octal 273 334 243 17 0 32 16 137 55 113
Binary 10111011 11011100 10100011 1111 0 11010 1110 1011111 101101 1001011

Color Harmonies of #BBDCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCA3

Black with #BBDCA3

Text Example


Text Example

White with #BBDCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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