Html Css Color HEX #BCFDEC Water Leaf

📋 copy color: '#BCFDEC'

red 188 ◦ green 253 ◦ blue 236

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

Shades of Water Leaf #BCFDEC

Tints of Water Leaf #BCFDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.86%

R = 27.77%
G = 37.37%
B = 34.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#BCFDEC (or 0xBCFDEC) is known color: Water Leaf. HEX triplet: BC, FD and EC. RGB value is (188,253,236). Sum of RGB (Red+Green+Blue) = 188+253+236=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDEC is #430213. Grayscale: #E7E7E7. Windows color (decimal): -4391444 or 15531452. OLE color: 15531452.

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

Color convert

RGB 188 253 236 -
CMYK 0.26 0 0.07 0.01
HSL 164.31º 0.94% 0.86% -
HSV(B) 164.31º 0.26% 0.99% -
XYZ 71 87 92.41 -
YUV 231.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 188 253 236 0.26 0 0.07 0.01 164.31 0.94 0.86
Hex BC FD EC 1A 0 7 1 A4 5E 56
Octal 274 375 354 32 0 7 1 244 136 126
Binary 10111100 11111101 11101100 11010 0 111 1 10100100 1011110 1010110

Color Harmonies of #BCFDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDEC

Black with #BCFDEC

Text Example


Text Example

White with #BCFDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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