Html Css Color HEX #BAF3E9 Water Leaf

📋 copy color: '#BAF3E9'

red 186 ◦ green 243 ◦ blue 233

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

Shades of Water Leaf #BAF3E9

Tints of Water Leaf #BAF3E9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.71%

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

R = 28.1%
G = 36.71%
B = 35.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#BAF3E9 (or 0xBAF3E9) is known color: Water Leaf. HEX triplet: BA, F3 and E9. RGB value is (186,243,233). Sum of RGB (Red+Green+Blue) = 186+243+233=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF3E9 is #450C16. Grayscale: #E0E0E0. Windows color (decimal): -4525079 or 15332282. OLE color: 15332282.

HSL color Cylindrical-coordinate representation of color #BAF3E9: hue angle of 169.47º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF3E9 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 233 -
CMYK 0.23 0 0.04 0.05
HSL 169.47º 0.7% 0.84% -
HSV(B) 169.47º 0.23% 0.95% -
XYZ 67.01 80.42 89.08 -
YUV 224.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 186 243 233 0.23 0 0.04 0.05 169.47 0.7 0.84
Hex BA F3 E9 17 0 4 5 A9 46 54
Octal 272 363 351 27 0 4 5 251 106 124
Binary 10111010 11110011 11101001 10111 0 100 101 10101001 1000110 1010100

Color Harmonies of #BAF3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF3E9

Black with #BAF3E9

Text Example


Text Example

White with #BAF3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF3E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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