Html Css Color HEX #BCFDED Water Leaf

📋 copy color: '#BCFDED'

red 188 ◦ green 253 ◦ blue 237

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

Shades of Water Leaf #BCFDED

Tints of Water Leaf #BCFDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.96%

R = 27.73%
G = 37.32%
B = 34.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#BCFDED (or 0xBCFDED) is known color: Water Leaf. HEX triplet: BC, FD and ED. RGB value is (188,253,237). Sum of RGB (Red+Green+Blue) = 188+253+237=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDED is #430212. Grayscale: #E7E7E7. Windows color (decimal): -4391443 or 15596988. OLE color: 15596988.

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

Color convert

RGB 188 253 237 -
CMYK 0.26 0 0.06 0.01
HSL 165.23º 0.94% 0.86% -
HSV(B) 165.23º 0.26% 0.99% -
XYZ 71.15 87.06 93.17 -
YUV 231.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 188 253 237 0.26 0 0.06 0.01 165.23 0.94 0.86
Hex BC FD ED 1A 0 6 1 A5 5E 56
Octal 274 375 355 32 0 6 1 245 136 126
Binary 10111100 11111101 11101101 11010 0 110 1 10100101 1011110 1010110

Color Harmonies of #BCFDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDED

Black with #BCFDED

Text Example


Text Example

White with #BCFDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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