Html Css Color HEX #BAFDE9 Water Leaf

📋 copy color: '#BAFDE9'

red 186 ◦ green 253 ◦ blue 233

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

Shades of Water Leaf #BAFDE9

Tints of Water Leaf #BAFDE9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.65%

 BLUE value IS 233 (91.41% from 255) = 34.67%

R = 27.68%
G = 37.65%
B = 34.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#BAFDE9 (or 0xBAFDE9) is known color: Water Leaf. HEX triplet: BA, FD and E9. RGB value is (186,253,233). Sum of RGB (Red+Green+Blue) = 186+253+233=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDE9 is #450216. Grayscale: #E6E6E6. Windows color (decimal): -4522519 or 15334842. OLE color: 15334842.

HSL color Cylindrical-coordinate representation of color #BAFDE9: hue angle of 162.09º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDE9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 233 -
CMYK 0.26 0 0.08 0.01
HSL 162.09º 0.94% 0.86% -
HSV(B) 162.09º 0.26% 0.99% -
XYZ 70.08 86.57 90.11 -
YUV 230.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 186 253 233 0.26 0 0.08 0.01 162.09 0.94 0.86
Hex BA FD E9 1A 0 8 1 A2 5E 56
Octal 272 375 351 32 0 10 1 242 136 126
Binary 10111010 11111101 11101001 11010 0 1000 1 10100010 1011110 1010110

Color Harmonies of #BAFDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDE9

Black with #BAFDE9

Text Example


Text Example

White with #BAFDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDE9; }

 p { color: rgb(186,253,233); }

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

background-color css

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

 a { background-color: rgb(186,253,233); }

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

border-color css

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

 span { border-color: rgb(186,253,233); }

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