Html Css Color HEX #BAF9E9 Water Leaf

📋 copy color: '#BAF9E9'

red 186 ◦ green 249 ◦ blue 233

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

Shades of Water Leaf #BAF9E9

Tints of Water Leaf #BAF9E9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.28%

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

R = 27.84%
G = 37.28%
B = 34.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#BAF9E9 (or 0xBAF9E9) is known color: Water Leaf. HEX triplet: BA, F9 and E9. RGB value is (186,249,233). Sum of RGB (Red+Green+Blue) = 186+249+233=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9E9 is #450616. Grayscale: #E4E4E4. Windows color (decimal): -4523543 or 15333818. OLE color: 15333818.

HSL color Cylindrical-coordinate representation of color #BAF9E9: hue angle of 164.76º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9E9 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 233 -
CMYK 0.25 0 0.06 0.02
HSL 164.76º 0.84% 0.85% -
HSV(B) 164.76º 0.25% 0.98% -
XYZ 68.83 84.07 89.69 -
YUV 228.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 186 249 233 0.25 0 0.06 0.02 164.76 0.84 0.85
Hex BA F9 E9 19 0 6 2 A5 54 55
Octal 272 371 351 31 0 6 2 245 124 125
Binary 10111010 11111001 11101001 11001 0 110 10 10100101 1010100 1010101

Color Harmonies of #BAF9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9E9

Black with #BAF9E9

Text Example


Text Example

White with #BAF9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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