Html Css Color HEX #BBDBA8 Madang

📋 copy color: '#BBDBA8'

red 187 ◦ green 219 ◦ blue 168

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

Shades of Madang #BBDBA8

Tints of Madang #BBDBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.15%

 BLUE value IS 168 (66.02% from 255) = 29.27%

R = 32.58%
G = 38.15%
B = 29.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#BBDBA8 (or 0xBBDBA8) is known color: Madang. HEX triplet: BB, DB and A8. RGB value is (187,219,168). Sum of RGB (Red+Green+Blue) = 187+219+168=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA8 is #442457. Grayscale: #CBCBCB. Windows color (decimal): -4465752 or 11066299. OLE color: 11066299.

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

Color convert

RGB 187 219 168 -
CMYK 0.15 0 0.23 0.14
HSL 97.65º 0.41% 0.76% -
HSV(B) 97.65º 0.23% 0.86% -
XYZ 52.89 64.05 46.62 -
YUV 203.62 107.9 116.15 -
System Red Green Blue C M Y K H S L
Decimal 187 219 168 0.15 0 0.23 0.14 97.65 0.41 0.76
Hex BB DB A8 F 0 17 E 62 29 4C
Octal 273 333 250 17 0 27 16 142 51 114
Binary 10111011 11011011 10101000 1111 0 10111 1110 1100010 101001 1001100

Color Harmonies of #BBDBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBA8

Black with #BBDBA8

Text Example


Text Example

White with #BBDBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBA8; }

 p { color: rgb(187,219,168); }

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

background-color css

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

 a { background-color: rgb(187,219,168); }

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

border-color css

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

 span { border-color: rgb(187,219,168); }

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