Html Css Color HEX #BAF5DD Water Leaf

📋 copy color: '#BAF5DD'

red 186 ◦ green 245 ◦ blue 221

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

Shades of Water Leaf #BAF5DD

Tints of Water Leaf #BAF5DD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.58%

 BLUE value IS 221 (86.72% from 255) = 33.9%

R = 28.53%
G = 37.58%
B = 33.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#BAF5DD (or 0xBAF5DD) is known color: Water Leaf. HEX triplet: BA, F5 and DD. RGB value is (186,245,221). Sum of RGB (Red+Green+Blue) = 186+245+221=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5DD is #450A22. Grayscale: #E0E0E0. Windows color (decimal): -4524579 or 14546362. OLE color: 14546362.

HSL color Cylindrical-coordinate representation of color #BAF5DD: hue angle of 155.59º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5DD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 221 -
CMYK 0.24 0 0.10 0.04
HSL 155.59º 0.75% 0.85% -
HSV(B) 155.59º 0.24% 0.96% -
XYZ 65.95 80.96 80.56 -
YUV 224.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 186 245 221 0.24 0 0.10 0.04 155.59 0.75 0.85
Hex BA F5 DD 18 0 A 4 9C 4B 55
Octal 272 365 335 30 0 12 4 234 113 125
Binary 10111010 11110101 11011101 11000 0 1010 100 10011100 1001011 1010101

Color Harmonies of #BAF5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF5DD

Black with #BAF5DD

Text Example


Text Example

White with #BAF5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF5DD; }

 p { color: rgb(186,245,221); }

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

background-color css

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

 a { background-color: rgb(186,245,221); }

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

border-color css

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

 span { border-color: rgb(186,245,221); }

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