Html Css Color HEX #BCFBED Water Leaf

📋 copy color: '#BCFBED'

red 188 ◦ green 251 ◦ blue 237

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

Shades of Water Leaf #BCFBED

Tints of Water Leaf #BCFBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.13%

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

R = 27.81%
G = 37.13%
B = 35.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#BCFBED (or 0xBCFBED) is known color: Water Leaf. HEX triplet: BC, FB and ED. RGB value is (188,251,237). Sum of RGB (Red+Green+Blue) = 188+251+237=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBED is #430412. Grayscale: #E6E6E6. Windows color (decimal): -4391955 or 15596476. OLE color: 15596476.

HSL color Cylindrical-coordinate representation of color #BCFBED: hue angle of 166.67º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBED is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 237 -
CMYK 0.25 0 0.06 0.02
HSL 166.67º 0.89% 0.86% -
HSV(B) 166.67º 0.25% 0.98% -
XYZ 70.52 85.8 92.96 -
YUV 230.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 188 251 237 0.25 0 0.06 0.02 166.67 0.89 0.86
Hex BC FB ED 19 0 6 2 A7 59 56
Octal 274 373 355 31 0 6 2 247 131 126
Binary 10111100 11111011 11101101 11001 0 110 10 10100111 1011001 1010110

Color Harmonies of #BCFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBED

Black with #BCFBED

Text Example


Text Example

White with #BCFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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