Html Css Color HEX #BBEAAE Madang

📋 copy color: '#BBEAAE'

red 187 ◦ green 234 ◦ blue 174

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

Shades of Madang #BBEAAE

Tints of Madang #BBEAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.24%

R = 31.43%
G = 39.33%
B = 29.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#BBEAAE (or 0xBBEAAE) is known color: Madang. HEX triplet: BB, EA and AE. RGB value is (187,234,174). Sum of RGB (Red+Green+Blue) = 187+234+174=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEAAE is #441551. Grayscale: #D5D5D5. Windows color (decimal): -4461906 or 11463355. OLE color: 11463355.

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

Color convert

RGB 187 234 174 -
CMYK 0.20 0 0.26 0.08
HSL 107º 0.59% 0.8% -
HSV(B) 107º 0.26% 0.92% -
XYZ 57.56 72.47 51 -
YUV 213.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 187 234 174 0.20 0 0.26 0.08 107 0.59 0.8
Hex BB EA AE 14 0 1A 8 6B 3B 50
Octal 273 352 256 24 0 32 10 153 73 120
Binary 10111011 11101010 10101110 10100 0 11010 1000 1101011 111011 1010000

Color Harmonies of #BBEAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAAE

Black with #BBEAAE

Text Example


Text Example

White with #BBEAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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