Html Css Color HEX #BCFDE4 Water Leaf

📋 copy color: '#BCFDE4'

red 188 ◦ green 253 ◦ blue 228

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

Shades of Water Leaf #BCFDE4

Tints of Water Leaf #BCFDE4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.82%

 BLUE value IS 228 (89.45% from 255) = 34.08%

R = 28.1%
G = 37.82%
B = 34.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#BCFDE4 (or 0xBCFDE4) is known color: Water Leaf. HEX triplet: BC, FD and E4. RGB value is (188,253,228). Sum of RGB (Red+Green+Blue) = 188+253+228=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDE4 is #43021B. Grayscale: #E6E6E6. Windows color (decimal): -4391452 or 15007164. OLE color: 15007164.

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

Color convert

RGB 188 253 228 -
CMYK 0.26 0 0.10 0.01
HSL 156.92º 0.94% 0.86% -
HSV(B) 156.92º 0.26% 0.99% -
XYZ 69.87 86.54 86.42 -
YUV 230.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 188 253 228 0.26 0 0.10 0.01 156.92 0.94 0.86
Hex BC FD E4 1A 0 A 1 9D 5E 56
Octal 274 375 344 32 0 12 1 235 136 126
Binary 10111100 11111101 11100100 11010 0 1010 1 10011101 1011110 1010110

Color Harmonies of #BCFDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDE4

Black with #BCFDE4

Text Example


Text Example

White with #BCFDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDE4; }

 p { color: rgb(188,253,228); }

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

background-color css

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

 a { background-color: rgb(188,253,228); }

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

border-color css

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

 span { border-color: rgb(188,253,228); }

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