Html Css Color HEX #BAEDC2 Fringy Flower

📋 copy color: '#BAEDC2'

red 186 ◦ green 237 ◦ blue 194

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

Shades of Fringy Flower #BAEDC2

Tints of Fringy Flower #BAEDC2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.41%

 BLUE value IS 194 (76.17% from 255) = 31.44%

R = 30.15%
G = 38.41%
B = 31.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#BAEDC2 (or 0xBAEDC2) is known color: Fringy Flower. HEX triplet: BA, ED and C2. RGB value is (186,237,194). Sum of RGB (Red+Green+Blue) = 186+237+194=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDC2 is #45123D. Grayscale: #D8D8D8. Windows color (decimal): -4526654 or 12774842. OLE color: 12774842.

HSL color Cylindrical-coordinate representation of color #BAEDC2: hue angle of 129.41º degrees, saturation: 0.59, 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 #BAEDC2 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 194 -
CMYK 0.22 0 0.18 0.07
HSL 129.41º 0.59% 0.83% -
HSV(B) 129.41º 0.22% 0.93% -
XYZ 60.27 74.9 62.32 -
YUV 216.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 186 237 194 0.22 0 0.18 0.07 129.41 0.59 0.83
Hex BA ED C2 16 0 12 7 81 3B 53
Octal 272 355 302 26 0 22 7 201 73 123
Binary 10111010 11101101 11000010 10110 0 10010 111 10000001 111011 1010011

Color Harmonies of #BAEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDC2

Black with #BAEDC2

Text Example


Text Example

White with #BAEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDC2; }

 p { color: rgb(186,237,194); }

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

background-color css

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

 a { background-color: rgb(186,237,194); }

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

border-color css

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

 span { border-color: rgb(186,237,194); }

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