Html Css Color HEX #BAF3DD Water Leaf

📋 copy color: '#BAF3DD'

red 186 ◦ green 243 ◦ blue 221

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

Shades of Water Leaf #BAF3DD

Tints of Water Leaf #BAF3DD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.38%

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

R = 28.62%
G = 37.38%
B = 34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#BAF3DD (or 0xBAF3DD) is known color: Water Leaf. HEX triplet: BA, F3 and DD. RGB value is (186,243,221). Sum of RGB (Red+Green+Blue) = 186+243+221=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3DD is #450C22. Grayscale: #DFDFDF. Windows color (decimal): -4525091 or 14545850. OLE color: 14545850.

HSL color Cylindrical-coordinate representation of color #BAF3DD: hue angle of 156.84º degrees, saturation: 0.7, 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 #BAF3DD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 221 -
CMYK 0.23 0 0.09 0.05
HSL 156.84º 0.7% 0.84% -
HSV(B) 156.84º 0.23% 0.95% -
XYZ 65.35 79.76 80.36 -
YUV 223.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 186 243 221 0.23 0 0.09 0.05 156.84 0.7 0.84
Hex BA F3 DD 17 0 9 5 9D 46 54
Octal 272 363 335 27 0 11 5 235 106 124
Binary 10111010 11110011 11011101 10111 0 1001 101 10011101 1000110 1010100

Color Harmonies of #BAF3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF3DD

Black with #BAF3DD

Text Example


Text Example

White with #BAF3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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