Html Css Color HEX #BFF8ED Water Leaf

📋 copy color: '#BFF8ED'

red 191 ◦ green 248 ◦ blue 237

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

Shades of Water Leaf #BFF8ED

Tints of Water Leaf #BFF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.69%

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

R = 28.25%
G = 36.69%
B = 35.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#BFF8ED (or 0xBFF8ED) is known color: Water Leaf. HEX triplet: BF, F8 and ED. RGB value is (191,248,237). Sum of RGB (Red+Green+Blue) = 191+248+237=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8ED is #400712. Grayscale: #E5E5E5. Windows color (decimal): -4196115 or 15595711. OLE color: 15595711.

HSL color Cylindrical-coordinate representation of color #BFF8ED: hue angle of 168.42º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF8ED is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 248 237 -
CMYK 0.23 0 0.04 0.03
HSL 168.42º 0.8% 0.86% -
HSV(B) 168.42º 0.23% 0.97% -
XYZ 70.34 84.33 92.69 -
YUV 229.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 191 248 237 0.23 0 0.04 0.03 168.42 0.8 0.86
Hex BF F8 ED 17 0 4 3 A8 50 56
Octal 277 370 355 27 0 4 3 250 120 126
Binary 10111111 11111000 11101101 10111 0 100 11 10101000 1010000 1010110

Color Harmonies of #BFF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF8ED

Black with #BFF8ED

Text Example


Text Example

White with #BFF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF8ED; }

 p { color: rgb(191,248,237); }

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

background-color css

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

 a { background-color: rgb(191,248,237); }

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

border-color css

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

 span { border-color: rgb(191,248,237); }

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