Html Css Color HEX #BAF6E6 Water Leaf

📋 copy color: '#BAF6E6'

red 186 ◦ green 246 ◦ blue 230

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

Shades of Water Leaf #BAF6E6

Tints of Water Leaf #BAF6E6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.16%

 BLUE value IS 230 (90.23% from 255) = 34.74%

R = 28.1%
G = 37.16%
B = 34.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#BAF6E6 (or 0xBAF6E6) is known color: Water Leaf. HEX triplet: BA, F6 and E6. RGB value is (186,246,230). Sum of RGB (Red+Green+Blue) = 186+246+230=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6E6 is #450919. Grayscale: #E2E2E2. Windows color (decimal): -4524314 or 15136442. OLE color: 15136442.

HSL color Cylindrical-coordinate representation of color #BAF6E6: hue angle of 164º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF6E6 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 230 -
CMYK 0.24 0 0.07 0.04
HSL 164º 0.77% 0.85% -
HSV(B) 164º 0.24% 0.96% -
XYZ 67.49 82.06 87.15 -
YUV 226.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 186 246 230 0.24 0 0.07 0.04 164 0.77 0.85
Hex BA F6 E6 18 0 7 4 A4 4D 55
Octal 272 366 346 30 0 7 4 244 115 125
Binary 10111010 11110110 11100110 11000 0 111 100 10100100 1001101 1010101

Color Harmonies of #BAF6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF6E6

Black with #BAF6E6

Text Example


Text Example

White with #BAF6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF6E6; }

 p { color: rgb(186,246,230); }

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

background-color css

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

 a { background-color: rgb(186,246,230); }

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

border-color css

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

 span { border-color: rgb(186,246,230); }

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