Html Css Color HEX #BAFBE6 Water Leaf

📋 copy color: '#BAFBE6'

red 186 ◦ green 251 ◦ blue 230

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

Shades of Water Leaf #BAFBE6

Tints of Water Leaf #BAFBE6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.63%

 BLUE value IS 230 (90.23% from 255) = 34.48%

R = 27.89%
G = 37.63%
B = 34.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#BAFBE6 (or 0xBAFBE6) is known color: Water Leaf. HEX triplet: BA, FB and E6. RGB value is (186,251,230). Sum of RGB (Red+Green+Blue) = 186+251+230=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFBE6 is #450419. Grayscale: #E5E5E5. Windows color (decimal): -4523034 or 15137722. OLE color: 15137722.

HSL color Cylindrical-coordinate representation of color #BAFBE6: hue angle of 160.62º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBE6 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 251 230 -
CMYK 0.26 0 0.08 0.02
HSL 160.62º 0.89% 0.86% -
HSV(B) 160.62º 0.26% 0.98% -
XYZ 69.03 85.15 87.66 -
YUV 229.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 186 251 230 0.26 0 0.08 0.02 160.62 0.89 0.86
Hex BA FB E6 1A 0 8 2 A1 59 56
Octal 272 373 346 32 0 10 2 241 131 126
Binary 10111010 11111011 11100110 11010 0 1000 10 10100001 1011001 1010110

Color Harmonies of #BAFBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFBE6

Black with #BAFBE6

Text Example


Text Example

White with #BAFBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFBE6; }

 p { color: rgb(186,251,230); }

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

background-color css

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

 a { background-color: rgb(186,251,230); }

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

border-color css

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

 span { border-color: rgb(186,251,230); }

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