Html Css Color HEX #BCFDE7 Water Leaf

📋 copy color: '#BCFDE7'

red 188 ◦ green 253 ◦ blue 231

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

Shades of Water Leaf #BCFDE7

Tints of Water Leaf #BCFDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.38%

R = 27.98%
G = 37.65%
B = 34.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#BCFDE7 (or 0xBCFDE7) is known color: Water Leaf. HEX triplet: BC, FD and E7. RGB value is (188,253,231). Sum of RGB (Red+Green+Blue) = 188+253+231=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDE7 is #430218. Grayscale: #E7E7E7. Windows color (decimal): -4391449 or 15203772. OLE color: 15203772.

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

Color convert

RGB 188 253 231 -
CMYK 0.26 0 0.09 0.01
HSL 159.69º 0.94% 0.86% -
HSV(B) 159.69º 0.26% 0.99% -
XYZ 70.29 86.71 88.63 -
YUV 231.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 188 253 231 0.26 0 0.09 0.01 159.69 0.94 0.86
Hex BC FD E7 1A 0 9 1 A0 5E 56
Octal 274 375 347 32 0 11 1 240 136 126
Binary 10111100 11111101 11100111 11010 0 1001 1 10100000 1011110 1010110

Color Harmonies of #BCFDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDE7

Black with #BCFDE7

Text Example


Text Example

White with #BCFDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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