Html Css Color HEX #BAFDEE Water Leaf

📋 copy color: '#BAFDEE'

red 186 ◦ green 253 ◦ blue 238

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

Shades of Water Leaf #BAFDEE

Tints of Water Leaf #BAFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.37%

 BLUE value IS 238 (93.36% from 255) = 35.16%

R = 27.47%
G = 37.37%
B = 35.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#BAFDEE (or 0xBAFDEE) is known color: Water Leaf. HEX triplet: BA, FD and EE. RGB value is (186,253,238). Sum of RGB (Red+Green+Blue) = 186+253+238=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDEE is #450211. Grayscale: #E7E7E7. Windows color (decimal): -4522514 or 15662522. OLE color: 15662522.

HSL color Cylindrical-coordinate representation of color #BAFDEE: hue angle of 166.57º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDEE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 238 -
CMYK 0.26 0 0.06 0.01
HSL 166.57º 0.94% 0.86% -
HSV(B) 166.57º 0.26% 0.99% -
XYZ 70.81 86.86 93.92 -
YUV 231.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 186 253 238 0.26 0 0.06 0.01 166.57 0.94 0.86
Hex BA FD EE 1A 0 6 1 A7 5E 56
Octal 272 375 356 32 0 6 1 247 136 126
Binary 10111010 11111101 11101110 11010 0 110 1 10100111 1011110 1010110

Color Harmonies of #BAFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDEE

Black with #BAFDEE

Text Example


Text Example

White with #BAFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDEE; }

 p { color: rgb(186,253,238); }

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

background-color css

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

 a { background-color: rgb(186,253,238); }

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

border-color css

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

 span { border-color: rgb(186,253,238); }

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