Html Css Color HEX #B8DEAF Madang

📋 copy color: '#B8DEAF'

red 184 ◦ green 222 ◦ blue 175

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

Shades of Madang #B8DEAF

Tints of Madang #B8DEAF

RGB

 RED value IS 184 (72.27% from 255) = 31.67%

 GREEN value IS 222 (87.11% from 255) = 38.21%

 BLUE value IS 175 (68.75% from 255) = 30.12%

R = 31.67%
G = 38.21%
B = 30.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#B8DEAF (or 0xB8DEAF) is known color: Madang. HEX triplet: B8, DE and AF. RGB value is (184,222,175). Sum of RGB (Red+Green+Blue) = 184+222+175=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DEAF is #472150. Grayscale: #CDCDCD. Windows color (decimal): -4661585 or 11525816. OLE color: 11525816.

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

Color convert

RGB 184 222 175 -
CMYK 0.17 0 0.21 0.13
HSL 108.51º 0.42% 0.78% -
HSV(B) 108.51º 0.21% 0.87% -
XYZ 53.63 65.53 50.38 -
YUV 205.28 110.91 112.82 -
System Red Green Blue C M Y K H S L
Decimal 184 222 175 0.17 0 0.21 0.13 108.51 0.42 0.78
Hex B8 DE AF 11 0 15 D 6D 2A 4E
Octal 270 336 257 21 0 25 15 155 52 116
Binary 10111000 11011110 10101111 10001 0 10101 1101 1101101 101010 1001110

Color Harmonies of #B8DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DEAF

Black with #B8DEAF

Text Example


Text Example

White with #B8DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DEAF; }

 p { color: rgb(184,222,175); }

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

background-color css

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

 a { background-color: rgb(184,222,175); }

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

border-color css

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

 span { border-color: rgb(184,222,175); }

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