Html Css Color HEX #BAF8ED Water Leaf

📋 copy color: '#BAF8ED'

red 186 ◦ green 248 ◦ blue 237

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

Shades of Water Leaf #BAF8ED

Tints of Water Leaf #BAF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.96%

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 27.72%
G = 36.96%
B = 35.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#BAF8ED (or 0xBAF8ED) is known color: Water Leaf. HEX triplet: BA, F8 and ED. RGB value is (186,248,237). Sum of RGB (Red+Green+Blue) = 186+248+237=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF8ED is #450712. Grayscale: #E4E4E4. Windows color (decimal): -4523795 or 15595706. OLE color: 15595706.

HSL color Cylindrical-coordinate representation of color #BAF8ED: hue angle of 169.35º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8ED is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 237 -
CMYK 0.25 0 0.04 0.03
HSL 169.35º 0.82% 0.85% -
HSV(B) 169.35º 0.25% 0.97% -
XYZ 69.1 83.69 92.63 -
YUV 228.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 186 248 237 0.25 0 0.04 0.03 169.35 0.82 0.85
Hex BA F8 ED 19 0 4 3 A9 52 55
Octal 272 370 355 31 0 4 3 251 122 125
Binary 10111010 11111000 11101101 11001 0 100 11 10101001 1010010 1010101

Color Harmonies of #BAF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF8ED

Black with #BAF8ED

Text Example


Text Example

White with #BAF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF8ED; }

 p { color: rgb(186,248,237); }

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

background-color css

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

 a { background-color: rgb(186,248,237); }

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

border-color css

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

 span { border-color: rgb(186,248,237); }

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