Html Css Color HEX #BCFFE7 Water Leaf

📋 copy color: '#BCFFE7'

red 188 ◦ green 255 ◦ blue 231

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

Shades of Water Leaf #BCFFE7

Tints of Water Leaf #BCFFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 37.83%

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

R = 27.89%
G = 37.83%
B = 34.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#BCFFE7 (or 0xBCFFE7) is known color: Water Leaf. HEX triplet: BC, FF and E7. RGB value is (188,255,231). Sum of RGB (Red+Green+Blue) = 188+255+231=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFE7 is #430018. Grayscale: #E8E8E8. Windows color (decimal): -4390937 or 15204284. OLE color: 15204284.

HSL color Cylindrical-coordinate representation of color #BCFFE7: hue angle of 158.51º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFE7 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 231 -
CMYK 0.26 0 0.09 0
HSL 158.51º 1% 0.87% -
HSV(B) 158.51º 0.26% 1% -
XYZ 70.92 87.98 88.85 -
YUV 232.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 188 255 231 0.26 0 0.09 0 158.51 1 0.87
Hex BC FF E7 1A 0 9 0 9F 64 57
Octal 274 377 347 32 0 11 0 237 144 127
Binary 10111100 11111111 11100111 11010 0 1001 0 10011111 1100100 1010111

Color Harmonies of #BCFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFE7

Black with #BCFFE7

Text Example


Text Example

White with #BCFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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