Html Css Color HEX #BCEFDF Water Leaf

📋 copy color: '#BCEFDF'

red 188 ◦ green 239 ◦ blue 223

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

Shades of Water Leaf #BCEFDF

Tints of Water Leaf #BCEFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.77%

 BLUE value IS 223 (87.5% from 255) = 34.31%

R = 28.92%
G = 36.77%
B = 34.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#BCEFDF (or 0xBCEFDF) is known color: Water Leaf. HEX triplet: BC, EF and DF. RGB value is (188,239,223). Sum of RGB (Red+Green+Blue) = 188+239+223=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFDF is #431020. Grayscale: #DDDDDD. Windows color (decimal): -4395041 or 14675900. OLE color: 14675900.

HSL color Cylindrical-coordinate representation of color #BCEFDF: hue angle of 161.18º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFDF is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 223 -
CMYK 0.21 0 0.07 0.06
HSL 161.18º 0.61% 0.84% -
HSV(B) 161.18º 0.21% 0.94% -
XYZ 64.92 77.75 81.4 -
YUV 221.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 188 239 223 0.21 0 0.07 0.06 161.18 0.61 0.84
Hex BC EF DF 15 0 7 6 A1 3D 54
Octal 274 357 337 25 0 7 6 241 75 124
Binary 10111100 11101111 11011111 10101 0 111 110 10100001 111101 1010100

Color Harmonies of #BCEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFDF

Black with #BCEFDF

Text Example


Text Example

White with #BCEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFDF; }

 p { color: rgb(188,239,223); }

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

background-color css

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

 a { background-color: rgb(188,239,223); }

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

border-color css

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

 span { border-color: rgb(188,239,223); }

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