Html Css Color HEX #BAF0DD Water Leaf

📋 copy color: '#BAF0DD'

red 186 ◦ green 240 ◦ blue 221

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

Shades of Water Leaf #BAF0DD

Tints of Water Leaf #BAF0DD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.09%

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

R = 28.75%
G = 37.09%
B = 34.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#BAF0DD (or 0xBAF0DD) is known color: Water Leaf. HEX triplet: BA, F0 and DD. RGB value is (186,240,221). Sum of RGB (Red+Green+Blue) = 186+240+221=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0DD is #450F22. Grayscale: #DDDDDD. Windows color (decimal): -4525859 or 14545082. OLE color: 14545082.

HSL color Cylindrical-coordinate representation of color #BAF0DD: hue angle of 158.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0DD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 221 -
CMYK 0.22 0 0.08 0.06
HSL 158.89º 0.64% 0.84% -
HSV(B) 158.89º 0.23% 0.94% -
XYZ 64.46 77.98 80.06 -
YUV 221.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 186 240 221 0.22 0 0.08 0.06 158.89 0.64 0.84
Hex BA F0 DD 16 0 8 6 9F 40 54
Octal 272 360 335 26 0 10 6 237 100 124
Binary 10111010 11110000 11011101 10110 0 1000 110 10011111 1000000 1010100

Color Harmonies of #BAF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0DD

Black with #BAF0DD

Text Example


Text Example

White with #BAF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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