Html Css Color HEX #BAFFE6 Water Leaf

📋 copy color: '#BAFFE6'

red 186 ◦ green 255 ◦ blue 230

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

Shades of Water Leaf #BAFFE6

Tints of Water Leaf #BAFFE6

RGB

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

 GREEN value IS 255 (100% from 255) = 38%

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

R = 27.72%
G = 38%
B = 34.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#BAFFE6 (or 0xBAFFE6) is known color: Water Leaf. HEX triplet: BA, FF and E6. RGB value is (186,255,230). Sum of RGB (Red+Green+Blue) = 186+255+230=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFE6 is #450019. Grayscale: #E7E7E7. Windows color (decimal): -4522010 or 15138746. OLE color: 15138746.

HSL color Cylindrical-coordinate representation of color #BAFFE6: hue angle of 158.26º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFE6 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 186 255 230 -
CMYK 0.27 0 0.10 0
HSL 158.26º 1% 0.86% -
HSV(B) 158.26º 0.27% 1% -
XYZ 70.29 87.67 88.08 -
YUV 231.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 186 255 230 0.27 0 0.10 0 158.26 1 0.86
Hex BA FF E6 1B 0 A 0 9E 64 56
Octal 272 377 346 33 0 12 0 236 144 126
Binary 10111010 11111111 11100110 11011 0 1010 0 10011110 1100100 1010110

Color Harmonies of #BAFFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFE6

Black with #BAFFE6

Text Example


Text Example

White with #BAFFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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