Html Css Color HEX #BAEEBB Fringy Flower

📋 copy color: '#BAEEBB'

red 186 ◦ green 238 ◦ blue 187

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

Shades of Fringy Flower #BAEEBB

Tints of Fringy Flower #BAEEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.61%

R = 30.44%
G = 38.95%
B = 30.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#BAEEBB (or 0xBAEEBB) is known color: Fringy Flower. HEX triplet: BA, EE and BB. RGB value is (186,238,187). Sum of RGB (Red+Green+Blue) = 186+238+187=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEBB is #451144. Grayscale: #D8D8D8. Windows color (decimal): -4526405 or 12316346. OLE color: 12316346.

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

Color convert

RGB 186 238 187 -
CMYK 0.22 0 0.21 0.07
HSL 121.15º 0.6% 0.83% -
HSV(B) 121.15º 0.22% 0.93% -
XYZ 59.79 75.18 58.37 -
YUV 216.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 186 238 187 0.22 0 0.21 0.07 121.15 0.6 0.83
Hex BA EE BB 16 0 15 7 79 3C 53
Octal 272 356 273 26 0 25 7 171 74 123
Binary 10111010 11101110 10111011 10110 0 10101 111 1111001 111100 1010011

Color Harmonies of #BAEEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEBB

Black with #BAEEBB

Text Example


Text Example

White with #BAEEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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