Html Css Color HEX #BFEADF Water Leaf

📋 copy color: '#BFEADF'

red 191 ◦ green 234 ◦ blue 223

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

Shades of Water Leaf #BFEADF

Tints of Water Leaf #BFEADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.11%

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

R = 29.48%
G = 36.11%
B = 34.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#BFEADF (or 0xBFEADF) is known color: Water Leaf. HEX triplet: BF, EA and DF. RGB value is (191,234,223). Sum of RGB (Red+Green+Blue) = 191+234+223=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEADF is #401520. Grayscale: #DBDBDB. Windows color (decimal): -4199713 or 14674623. OLE color: 14674623.

HSL color Cylindrical-coordinate representation of color #BFEADF: hue angle of 164.65º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEADF is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 223 -
CMYK 0.18 0 0.05 0.08
HSL 164.65º 0.51% 0.83% -
HSV(B) 164.65º 0.18% 0.92% -
XYZ 64.23 75.25 80.95 -
YUV 219.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 191 234 223 0.18 0 0.05 0.08 164.65 0.51 0.83
Hex BF EA DF 12 0 5 8 A5 33 53
Octal 277 352 337 22 0 5 10 245 63 123
Binary 10111111 11101010 11011111 10010 0 101 1000 10100101 110011 1010011

Color Harmonies of #BFEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEADF

Black with #BFEADF

Text Example


Text Example

White with #BFEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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