Html Css Color HEX #BADEBC Fringy Flower

📋 copy color: '#BADEBC'

red 186 ◦ green 222 ◦ blue 188

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

Shades of Fringy Flower #BADEBC

Tints of Fringy Flower #BADEBC

RGB

 RED value IS 186 (73.05% from 255) = 31.21%

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

 BLUE value IS 188 (73.83% from 255) = 31.54%

R = 31.21%
G = 37.25%
B = 31.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#BADEBC (or 0xBADEBC) is known color: Fringy Flower. HEX triplet: BA, DE and BC. RGB value is (186,222,188). Sum of RGB (Red+Green+Blue) = 186+222+188=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEBC is #452143. Grayscale: #CFCFCF. Windows color (decimal): -4530500 or 12377786. OLE color: 12377786.

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

Color convert

RGB 186 222 188 -
CMYK 0.16 0 0.15 0.13
HSL 123.33º 0.35% 0.8% -
HSV(B) 123.33º 0.16% 0.87% -
XYZ 55.45 66.31 57.45 -
YUV 207.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 186 222 188 0.16 0 0.15 0.13 123.33 0.35 0.8
Hex BA DE BC 10 0 F D 7B 23 50
Octal 272 336 274 20 0 17 15 173 43 120
Binary 10111010 11011110 10111100 10000 0 1111 1101 1111011 100011 1010000

Color Harmonies of #BADEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEBC

Black with #BADEBC

Text Example


Text Example

White with #BADEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEBC; }

 p { color: rgb(186,222,188); }

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

background-color css

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

 a { background-color: rgb(186,222,188); }

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

border-color css

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

 span { border-color: rgb(186,222,188); }

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