Html Css Color HEX #BAF9E7 Water Leaf

📋 copy color: '#BAF9E7'

red 186 ◦ green 249 ◦ blue 231

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

Shades of Water Leaf #BAF9E7

Tints of Water Leaf #BAF9E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.68%

R = 27.93%
G = 37.39%
B = 34.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#BAF9E7 (or 0xBAF9E7) is known color: Water Leaf. HEX triplet: BA, F9 and E7. RGB value is (186,249,231). Sum of RGB (Red+Green+Blue) = 186+249+231=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9E7 is #450618. Grayscale: #E4E4E4. Windows color (decimal): -4523545 or 15202746. OLE color: 15202746.

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

Color convert

RGB 186 249 231 -
CMYK 0.25 0 0.07 0.02
HSL 162.86º 0.84% 0.85% -
HSV(B) 162.86º 0.25% 0.98% -
XYZ 68.55 83.96 88.19 -
YUV 228.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 186 249 231 0.25 0 0.07 0.02 162.86 0.84 0.85
Hex BA F9 E7 19 0 7 2 A3 54 55
Octal 272 371 347 31 0 7 2 243 124 125
Binary 10111010 11111001 11100111 11001 0 111 10 10100011 1010100 1010101

Color Harmonies of #BAF9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9E7

Black with #BAF9E7

Text Example


Text Example

White with #BAF9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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