Html Css Color HEX #BAF1DD Water Leaf

📋 copy color: '#BAF1DD'

red 186 ◦ green 241 ◦ blue 221

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

Shades of Water Leaf #BAF1DD

Tints of Water Leaf #BAF1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.19%

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

R = 28.7%
G = 37.19%
B = 34.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#BAF1DD (or 0xBAF1DD) is known color: Water Leaf. HEX triplet: BA, F1 and DD. RGB value is (186,241,221). Sum of RGB (Red+Green+Blue) = 186+241+221=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1DD is #450E22. Grayscale: #DEDEDE. Windows color (decimal): -4525603 or 14545338. OLE color: 14545338.

HSL color Cylindrical-coordinate representation of color #BAF1DD: hue angle of 158.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1DD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 221 -
CMYK 0.23 0 0.08 0.05
HSL 158.18º 0.66% 0.84% -
HSV(B) 158.18º 0.23% 0.95% -
XYZ 64.76 78.57 80.16 -
YUV 222.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 186 241 221 0.23 0 0.08 0.05 158.18 0.66 0.84
Hex BA F1 DD 17 0 8 5 9E 42 54
Octal 272 361 335 27 0 10 5 236 102 124
Binary 10111010 11110001 11011101 10111 0 1000 101 10011110 1000010 1010100

Color Harmonies of #BAF1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1DD

Black with #BAF1DD

Text Example


Text Example

White with #BAF1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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