Html Css Color HEX #BAFEEB Water Leaf

📋 copy color: '#BAFEEB'

red 186 ◦ green 254 ◦ blue 235

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

Shades of Water Leaf #BAFEEB

Tints of Water Leaf #BAFEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.63%

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 27.56%
G = 37.63%
B = 34.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#BAFEEB (or 0xBAFEEB) is known color: Water Leaf. HEX triplet: BA, FE and EB. RGB value is (186,254,235). Sum of RGB (Red+Green+Blue) = 186+254+235=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEEB is #450114. Grayscale: #E7E7E7. Windows color (decimal): -4522261 or 15466170. OLE color: 15466170.

HSL color Cylindrical-coordinate representation of color #BAFEEB: hue angle of 163.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEEB is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 235 -
CMYK 0.27 0 0.07 0.00
HSL 163.24º 0.97% 0.86% -
HSV(B) 163.24º 0.27% 1% -
XYZ 70.69 87.32 91.73 -
YUV 231.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 186 254 235 0.27 0 0.07 0.00 163.24 0.97 0.86
Hex BA FE EB 1B 0 7 0 A3 61 56
Octal 272 376 353 33 0 7 0 243 141 126
Binary 10111010 11111110 11101011 11011 0 111 0 10100011 1100001 1010110

Color Harmonies of #BAFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFEEB

Black with #BAFEEB

Text Example


Text Example

White with #BAFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFEEB; }

 p { color: rgb(186,254,235); }

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

background-color css

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

 a { background-color: rgb(186,254,235); }

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

border-color css

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

 span { border-color: rgb(186,254,235); }

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