Html Css Color HEX #BAFBED Water Leaf

📋 copy color: '#BAFBED'

red 186 ◦ green 251 ◦ blue 237

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

Shades of Water Leaf #BAFBED

Tints of Water Leaf #BAFBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 27.6%
G = 37.24%
B = 35.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#BAFBED (or 0xBAFBED) is known color: Water Leaf. HEX triplet: BA, FB and ED. RGB value is (186,251,237). Sum of RGB (Red+Green+Blue) = 186+251+237=674 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.60% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFBED is #450412. Grayscale: #E5E5E5. Windows color (decimal): -4523027 or 15596474. OLE color: 15596474.

HSL color Cylindrical-coordinate representation of color #BAFBED: hue angle of 167.08º 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 #BAFBED is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 251 237 -
CMYK 0.26 0 0.06 0.02
HSL 167.08º 0.89% 0.86% -
HSV(B) 167.08º 0.26% 0.98% -
XYZ 70.03 85.55 92.94 -
YUV 229.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 186 251 237 0.26 0 0.06 0.02 167.08 0.89 0.86
Hex BA FB ED 1A 0 6 2 A7 59 56
Octal 272 373 355 32 0 6 2 247 131 126
Binary 10111010 11111011 11101101 11010 0 110 10 10100111 1011001 1010110

Color Harmonies of #BAFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFBED

Black with #BAFBED

Text Example


Text Example

White with #BAFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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