Html Css Color HEX #BAF8DE Water Leaf

📋 copy color: '#BAF8DE'

red 186 ◦ green 248 ◦ blue 222

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

Shades of Water Leaf #BAF8DE

Tints of Water Leaf #BAF8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.84%

R = 28.35%
G = 37.8%
B = 33.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#BAF8DE (or 0xBAF8DE) is known color: Water Leaf. HEX triplet: BA, F8 and DE. RGB value is (186,248,222). Sum of RGB (Red+Green+Blue) = 186+248+222=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8DE is #450721. Grayscale: #E2E2E2. Windows color (decimal): -4523810 or 14612666. OLE color: 14612666.

HSL color Cylindrical-coordinate representation of color #BAF8DE: hue angle of 154.84º 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 #BAF8DE is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 222 -
CMYK 0.25 0 0.10 0.03
HSL 154.84º 0.82% 0.85% -
HSV(B) 154.84º 0.25% 0.97% -
XYZ 67 82.85 81.57 -
YUV 226.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 186 248 222 0.25 0 0.10 0.03 154.84 0.82 0.85
Hex BA F8 DE 19 0 A 3 9B 52 55
Octal 272 370 336 31 0 12 3 233 122 125
Binary 10111010 11111000 11011110 11001 0 1010 11 10011011 1010010 1010101

Color Harmonies of #BAF8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF8DE

Black with #BAF8DE

Text Example


Text Example

White with #BAF8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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