Html Css Color HEX #BCFAE2 Water Leaf

📋 copy color: '#BCFAE2'

red 188 ◦ green 250 ◦ blue 226

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

Shades of Water Leaf #BCFAE2

Tints of Water Leaf #BCFAE2

RGB

 RED value IS 188 (73.83% from 255) = 28.31%

 GREEN value IS 250 (98.05% from 255) = 37.65%

 BLUE value IS 226 (88.67% from 255) = 34.04%

R = 28.31%
G = 37.65%
B = 34.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#BCFAE2 (or 0xBCFAE2) is known color: Water Leaf. HEX triplet: BC, FA and E2. RGB value is (188,250,226). Sum of RGB (Red+Green+Blue) = 188+250+226=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAE2 is #43051D. Grayscale: #E4E4E4. Windows color (decimal): -4392222 or 14875324. OLE color: 14875324.

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

Color convert

RGB 188 250 226 -
CMYK 0.25 0 0.10 0.02
HSL 156.77º 0.86% 0.86% -
HSV(B) 156.77º 0.25% 0.98% -
XYZ 68.65 84.55 84.65 -
YUV 228.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 188 250 226 0.25 0 0.10 0.02 156.77 0.86 0.86
Hex BC FA E2 19 0 A 2 9D 56 56
Octal 274 372 342 31 0 12 2 235 126 126
Binary 10111100 11111010 11100010 11001 0 1010 10 10011101 1010110 1010110

Color Harmonies of #BCFAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAE2

Black with #BCFAE2

Text Example


Text Example

White with #BCFAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAE2; }

 p { color: rgb(188,250,226); }

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

background-color css

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

 a { background-color: rgb(188,250,226); }

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

border-color css

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

 span { border-color: rgb(188,250,226); }

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