Html Css Color HEX #BAEEBE Fringy Flower

📋 copy color: '#BAEEBE'

red 186 ◦ green 238 ◦ blue 190

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

Shades of Fringy Flower #BAEEBE

Tints of Fringy Flower #BAEEBE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.76%

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

R = 30.29%
G = 38.76%
B = 30.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BAEEBE (or 0xBAEEBE) is known color: Fringy Flower. HEX triplet: BA, EE and BE. RGB value is (186,238,190). Sum of RGB (Red+Green+Blue) = 186+238+190=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEBE is #451141. Grayscale: #D9D9D9. Windows color (decimal): -4526402 or 12512954. OLE color: 12512954.

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

Color convert

RGB 186 238 190 -
CMYK 0.22 0 0.20 0.07
HSL 124.62º 0.6% 0.83% -
HSV(B) 124.62º 0.22% 0.93% -
XYZ 60.12 75.31 60.08 -
YUV 216.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 186 238 190 0.22 0 0.20 0.07 124.62 0.6 0.83
Hex BA EE BE 16 0 14 7 7D 3C 53
Octal 272 356 276 26 0 24 7 175 74 123
Binary 10111010 11101110 10111110 10110 0 10100 111 1111101 111100 1010011

Color Harmonies of #BAEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEBE

Black with #BAEEBE

Text Example


Text Example

White with #BAEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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