Html Css Color HEX #BFECDF Water Leaf

📋 copy color: '#BFECDF'

red 191 ◦ green 236 ◦ blue 223

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

Shades of Water Leaf #BFECDF

Tints of Water Leaf #BFECDF

RGB

 RED value IS 191 (75% from 255) = 29.38%

 GREEN value IS 236 (92.58% from 255) = 36.31%

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

R = 29.38%
G = 36.31%
B = 34.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BFECDF (or 0xBFECDF) is known color: Water Leaf. HEX triplet: BF, EC and DF. RGB value is (191,236,223). Sum of RGB (Red+Green+Blue) = 191+236+223=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECDF is #401320. Grayscale: #DDDDDD. Windows color (decimal): -4199201 or 14675135. OLE color: 14675135.

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

Color convert

RGB 191 236 223 -
CMYK 0.19 0 0.06 0.07
HSL 162.67º 0.54% 0.84% -
HSV(B) 162.67º 0.19% 0.93% -
XYZ 64.8 76.39 81.14 -
YUV 221.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 191 236 223 0.19 0 0.06 0.07 162.67 0.54 0.84
Hex BF EC DF 13 0 6 7 A3 36 54
Octal 277 354 337 23 0 6 7 243 66 124
Binary 10111111 11101100 11011111 10011 0 110 111 10100011 110110 1010100

Color Harmonies of #BFECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECDF

Black with #BFECDF

Text Example


Text Example

White with #BFECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECDF; }

 p { color: rgb(191,236,223); }

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

background-color css

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

 a { background-color: rgb(191,236,223); }

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

border-color css

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

 span { border-color: rgb(191,236,223); }

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