Html Css Color HEX #BAFCE6 Water Leaf

📋 copy color: '#BAFCE6'

red 186 ◦ green 252 ◦ blue 230

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

Shades of Water Leaf #BAFCE6

Tints of Water Leaf #BAFCE6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.72%

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

R = 27.84%
G = 37.72%
B = 34.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#BAFCE6 (or 0xBAFCE6) is known color: Water Leaf. HEX triplet: BA, FC and E6. RGB value is (186,252,230). Sum of RGB (Red+Green+Blue) = 186+252+230=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFCE6 is #450319. Grayscale: #E5E5E5. Windows color (decimal): -4522778 or 15137978. OLE color: 15137978.

HSL color Cylindrical-coordinate representation of color #BAFCE6: hue angle of 160º degrees, saturation: 0.92, 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 #BAFCE6 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 252 230 -
CMYK 0.26 0 0.09 0.01
HSL 160º 0.92% 0.86% -
HSV(B) 160º 0.26% 0.99% -
XYZ 69.34 85.77 87.76 -
YUV 229.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 186 252 230 0.26 0 0.09 0.01 160 0.92 0.86
Hex BA FC E6 1A 0 9 1 A0 5C 56
Octal 272 374 346 32 0 11 1 240 134 126
Binary 10111010 11111100 11100110 11010 0 1001 1 10100000 1011100 1010110

Color Harmonies of #BAFCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFCE6

Black with #BAFCE6

Text Example


Text Example

White with #BAFCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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