Html Css Color HEX #BCFDF0 Water Leaf

📋 copy color: '#BCFDF0'

red 188 ◦ green 253 ◦ blue 240

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

Shades of Water Leaf #BCFDF0

Tints of Water Leaf #BCFDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.24%

R = 27.61%
G = 37.15%
B = 35.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#BCFDF0 (or 0xBCFDF0) is known color: Water Leaf. HEX triplet: BC, FD and F0. RGB value is (188,253,240). Sum of RGB (Red+Green+Blue) = 188+253+240=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDF0 is #43020F. Grayscale: #E8E8E8. Windows color (decimal): -4391440 or 15793596. OLE color: 15793596.

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

Color convert

RGB 188 253 240 -
CMYK 0.26 0 0.05 0.01
HSL 168º 0.94% 0.86% -
HSV(B) 168º 0.26% 0.99% -
XYZ 71.59 87.23 95.5 -
YUV 232.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 188 253 240 0.26 0 0.05 0.01 168 0.94 0.86
Hex BC FD F0 1A 0 5 1 A8 5E 56
Octal 274 375 360 32 0 5 1 250 136 126
Binary 10111100 11111101 11110000 11010 0 101 1 10101000 1011110 1010110

Color Harmonies of #BCFDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDF0

Black with #BCFDF0

Text Example


Text Example

White with #BCFDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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