Html Css Color HEX #BAEBB9 Fringy Flower

📋 copy color: '#BAEBB9'

red 186 ◦ green 235 ◦ blue 185

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

Shades of Fringy Flower #BAEBB9

Tints of Fringy Flower #BAEBB9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.78%

 BLUE value IS 185 (72.66% from 255) = 30.53%

R = 30.69%
G = 38.78%
B = 30.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#BAEBB9 (or 0xBAEBB9) is known color: Fringy Flower. HEX triplet: BA, EB and B9. RGB value is (186,235,185). Sum of RGB (Red+Green+Blue) = 186+235+185=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBB9 is #451446. Grayscale: #D6D6D6. Windows color (decimal): -4527175 or 12184506. OLE color: 12184506.

HSL color Cylindrical-coordinate representation of color #BAEBB9: hue angle of 118.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBB9 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 185 -
CMYK 0.21 0 0.21 0.08
HSL 118.8º 0.56% 0.82% -
HSV(B) 118.8º 0.21% 0.92% -
XYZ 58.71 73.36 56.96 -
YUV 214.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 186 235 185 0.21 0 0.21 0.08 118.8 0.56 0.82
Hex BA EB B9 15 0 15 8 77 38 52
Octal 272 353 271 25 0 25 10 167 70 122
Binary 10111010 11101011 10111001 10101 0 10101 1000 1110111 111000 1010010

Color Harmonies of #BAEBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBB9

Black with #BAEBB9

Text Example


Text Example

White with #BAEBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBB9; }

 p { color: rgb(186,235,185); }

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

background-color css

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

 a { background-color: rgb(186,235,185); }

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

border-color css

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

 span { border-color: rgb(186,235,185); }

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