Html Css Color HEX #BCFDEB Water Leaf

📋 copy color: '#BCFDEB'

red 188 ◦ green 253 ◦ blue 235

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

Shades of Water Leaf #BCFDEB

Tints of Water Leaf #BCFDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.76%

R = 27.81%
G = 37.43%
B = 34.76%

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

#BCFDEB (or 0xBCFDEB) is known color: Water Leaf. HEX triplet: BC, FD and EB. RGB value is (188,253,235). Sum of RGB (Red+Green+Blue) = 188+253+235=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDEB is #430214. Grayscale: #E7E7E7. Windows color (decimal): -4391445 or 15465916. OLE color: 15465916.

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

Color convert

RGB 188 253 235 -
CMYK 0.26 0 0.07 0.01
HSL 163.38º 0.94% 0.86% -
HSV(B) 163.38º 0.26% 0.99% -
XYZ 70.86 86.94 91.64 -
YUV 231.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 188 253 235 0.26 0 0.07 0.01 163.38 0.94 0.86
Hex BC FD EB 1A 0 7 1 A3 5E 56
Octal 274 375 353 32 0 7 1 243 136 126
Binary 10111100 11111101 11101011 11010 0 111 1 10100011 1011110 1010110

Color Harmonies of #BCFDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDEB

Black with #BCFDEB

Text Example


Text Example

White with #BCFDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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