Html Css Color HEX #BCFCE3 Water Leaf

📋 copy color: '#BCFCE3'

red 188 ◦ green 252 ◦ blue 227

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

Shades of Water Leaf #BCFCE3

Tints of Water Leaf #BCFCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.03%

R = 28.19%
G = 37.78%
B = 34.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#BCFCE3 (or 0xBCFCE3) is known color: Water Leaf. HEX triplet: BC, FC and E3. RGB value is (188,252,227). Sum of RGB (Red+Green+Blue) = 188+252+227=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCE3 is #43031C. Grayscale: #E6E6E6. Windows color (decimal): -4391709 or 14941372. OLE color: 14941372.

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

Color convert

RGB 188 252 227 -
CMYK 0.25 0 0.10 0.01
HSL 156.56º 0.91% 0.86% -
HSV(B) 156.56º 0.25% 0.99% -
XYZ 69.41 85.86 85.59 -
YUV 230.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 188 252 227 0.25 0 0.10 0.01 156.56 0.91 0.86
Hex BC FC E3 19 0 A 1 9D 5B 56
Octal 274 374 343 31 0 12 1 235 133 126
Binary 10111100 11111100 11100011 11001 0 1010 1 10011101 1011011 1010110

Color Harmonies of #BCFCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCE3

Black with #BCFCE3

Text Example


Text Example

White with #BCFCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCE3; }

 p { color: rgb(188,252,227); }

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

background-color css

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

 a { background-color: rgb(188,252,227); }

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

border-color css

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

 span { border-color: rgb(188,252,227); }

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