Html Css Color HEX #BBDCAF Madang

📋 copy color: '#BBDCAF'

red 187 ◦ green 220 ◦ blue 175

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

Shades of Madang #BBDCAF

Tints of Madang #BBDCAF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.8%

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

R = 32.13%
G = 37.8%
B = 30.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#BBDCAF (or 0xBBDCAF) is known color: Madang. HEX triplet: BB, DC and AF. RGB value is (187,220,175). Sum of RGB (Red+Green+Blue) = 187+220+175=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCAF is #442350. Grayscale: #CDCDCD. Windows color (decimal): -4465489 or 11525307. OLE color: 11525307.

HSL color Cylindrical-coordinate representation of color #BBDCAF: hue angle of 104º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDCAF is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 175 -
CMYK 0.15 0 0.20 0.14
HSL 104º 0.39% 0.77% -
HSV(B) 104º 0.2% 0.86% -
XYZ 53.82 64.85 50.24 -
YUV 205 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 187 220 175 0.15 0 0.20 0.14 104 0.39 0.77
Hex BB DC AF F 0 14 E 68 27 4D
Octal 273 334 257 17 0 24 16 150 47 115
Binary 10111011 11011100 10101111 1111 0 10100 1110 1101000 100111 1001101

Color Harmonies of #BBDCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCAF

Black with #BBDCAF

Text Example


Text Example

White with #BBDCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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