Html Css Color HEX #BAECBE Fringy Flower

📋 copy color: '#BAECBE'

red 186 ◦ green 236 ◦ blue 190

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

Shades of Fringy Flower #BAECBE

Tints of Fringy Flower #BAECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.56%

 BLUE value IS 190 (74.61% from 255) = 31.05%

R = 30.39%
G = 38.56%
B = 31.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#BAECBE (or 0xBAECBE) is known color: Fringy Flower. HEX triplet: BA, EC and BE. RGB value is (186,236,190). Sum of RGB (Red+Green+Blue) = 186+236+190=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECBE is #451341. Grayscale: #D7D7D7. Windows color (decimal): -4526914 or 12512442. OLE color: 12512442.

HSL color Cylindrical-coordinate representation of color #BAECBE: hue angle of 124.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECBE is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 190 -
CMYK 0.21 0 0.19 0.07
HSL 124.8º 0.57% 0.83% -
HSV(B) 124.8º 0.21% 0.93% -
XYZ 59.54 74.15 59.89 -
YUV 215.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 186 236 190 0.21 0 0.19 0.07 124.8 0.57 0.83
Hex BA EC BE 15 0 13 7 7D 39 53
Octal 272 354 276 25 0 23 7 175 71 123
Binary 10111010 11101100 10111110 10101 0 10011 111 1111101 111001 1010011

Color Harmonies of #BAECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECBE

Black with #BAECBE

Text Example


Text Example

White with #BAECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECBE; }

 p { color: rgb(186,236,190); }

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

background-color css

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

 a { background-color: rgb(186,236,190); }

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

border-color css

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

 span { border-color: rgb(186,236,190); }

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