Html Css Color HEX #BBDFAF Madang

📋 copy color: '#BBDFAF'

red 187 ◦ green 223 ◦ blue 175

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

Shades of Madang #BBDFAF

Tints of Madang #BBDFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

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

R = 31.97%
G = 38.12%
B = 29.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#BBDFAF (or 0xBBDFAF) is known color: Madang. HEX triplet: BB, DF and AF. RGB value is (187,223,175). Sum of RGB (Red+Green+Blue) = 187+223+175=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDFAF is #442050. Grayscale: #CECECE. Windows color (decimal): -4464721 or 11526075. OLE color: 11526075.

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

Color convert

RGB 187 223 175 -
CMYK 0.16 0 0.22 0.13
HSL 105º 0.43% 0.78% -
HSV(B) 105º 0.22% 0.87% -
XYZ 54.62 66.44 50.5 -
YUV 206.76 110.07 113.9 -
System Red Green Blue C M Y K H S L
Decimal 187 223 175 0.16 0 0.22 0.13 105 0.43 0.78
Hex BB DF AF 10 0 16 D 69 2B 4E
Octal 273 337 257 20 0 26 15 151 53 116
Binary 10111011 11011111 10101111 10000 0 10110 1101 1101001 101011 1001110

Color Harmonies of #BBDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFAF

Black with #BBDFAF

Text Example


Text Example

White with #BBDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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