Html Css Color HEX #BAF9EA Water Leaf

📋 copy color: '#BAF9EA'

red 186 ◦ green 249 ◦ blue 234

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

Shades of Water Leaf #BAF9EA

Tints of Water Leaf #BAF9EA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.22%

 BLUE value IS 234 (91.8% from 255) = 34.98%

R = 27.8%
G = 37.22%
B = 34.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#BAF9EA (or 0xBAF9EA) is known color: Water Leaf. HEX triplet: BA, F9 and EA. RGB value is (186,249,234). Sum of RGB (Red+Green+Blue) = 186+249+234=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9EA is #450615. Grayscale: #E4E4E4. Windows color (decimal): -4523542 or 15399354. OLE color: 15399354.

HSL color Cylindrical-coordinate representation of color #BAF9EA: hue angle of 165.71º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9EA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 234 -
CMYK 0.25 0 0.06 0.02
HSL 165.71º 0.84% 0.85% -
HSV(B) 165.71º 0.25% 0.98% -
XYZ 68.98 84.13 90.45 -
YUV 228.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 186 249 234 0.25 0 0.06 0.02 165.71 0.84 0.85
Hex BA F9 EA 19 0 6 2 A6 54 55
Octal 272 371 352 31 0 6 2 246 124 125
Binary 10111010 11111001 11101010 11001 0 110 10 10100110 1010100 1010101

Color Harmonies of #BAF9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9EA

Black with #BAF9EA

Text Example


Text Example

White with #BAF9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9EA; }

 p { color: rgb(186,249,234); }

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

background-color css

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

 a { background-color: rgb(186,249,234); }

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

border-color css

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

 span { border-color: rgb(186,249,234); }

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