Html Css Color HEX #BAF6DE Water Leaf

📋 copy color: '#BAF6DE'

red 186 ◦ green 246 ◦ blue 222

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

Shades of Water Leaf #BAF6DE

Tints of Water Leaf #BAF6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.94%

R = 28.44%
G = 37.61%
B = 33.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#BAF6DE (or 0xBAF6DE) is known color: Water Leaf. HEX triplet: BA, F6 and DE. RGB value is (186,246,222). Sum of RGB (Red+Green+Blue) = 186+246+222=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6DE is #450921. Grayscale: #E1E1E1. Windows color (decimal): -4524322 or 14612154. OLE color: 14612154.

HSL color Cylindrical-coordinate representation of color #BAF6DE: hue angle of 156º 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 #BAF6DE is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 222 -
CMYK 0.24 0 0.10 0.04
HSL 156º 0.77% 0.85% -
HSV(B) 156º 0.24% 0.96% -
XYZ 66.39 81.62 81.36 -
YUV 225.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 186 246 222 0.24 0 0.10 0.04 156 0.77 0.85
Hex BA F6 DE 18 0 A 4 9C 4D 55
Octal 272 366 336 30 0 12 4 234 115 125
Binary 10111010 11110110 11011110 11000 0 1010 100 10011100 1001101 1010101

Color Harmonies of #BAF6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF6DE

Black with #BAF6DE

Text Example


Text Example

White with #BAF6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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