Html Css Color HEX #BBEAAF Madang

📋 copy color: '#BBEAAF'

red 187 ◦ green 234 ◦ blue 175

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

Shades of Madang #BBEAAF

Tints of Madang #BBEAAF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.26%

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

R = 31.38%
G = 39.26%
B = 29.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#BBEAAF (or 0xBBEAAF) is known color: Madang. HEX triplet: BB, EA and AF. RGB value is (187,234,175). Sum of RGB (Red+Green+Blue) = 187+234+175=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEAAF is #441550. Grayscale: #D5D5D5. Windows color (decimal): -4461905 or 11528891. OLE color: 11528891.

HSL color Cylindrical-coordinate representation of color #BBEAAF: hue angle of 107.8º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEAAF is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 175 -
CMYK 0.20 0 0.25 0.08
HSL 107.8º 0.58% 0.8% -
HSV(B) 107.8º 0.25% 0.92% -
XYZ 57.65 72.51 51.51 -
YUV 213.22 106.43 109.3 -
System Red Green Blue C M Y K H S L
Decimal 187 234 175 0.20 0 0.25 0.08 107.8 0.58 0.8
Hex BB EA AF 14 0 19 8 6C 3A 50
Octal 273 352 257 24 0 31 10 154 72 120
Binary 10111011 11101010 10101111 10100 0 11001 1000 1101100 111010 1010000

Color Harmonies of #BBEAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAAF

Black with #BBEAAF

Text Example


Text Example

White with #BBEAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAAF; }

 p { color: rgb(187,234,175); }

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

background-color css

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

 a { background-color: rgb(187,234,175); }

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

border-color css

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

 span { border-color: rgb(187,234,175); }

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