Html Css Color HEX #BFEFE6 Water Leaf

📋 copy color: '#BFEFE6'

red 191 ◦ green 239 ◦ blue 230

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

Shades of Water Leaf #BFEFE6

Tints of Water Leaf #BFEFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.85%

R = 28.94%
G = 36.21%
B = 34.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#BFEFE6 (or 0xBFEFE6) is known color: Water Leaf. HEX triplet: BF, EF and E6. RGB value is (191,239,230). Sum of RGB (Red+Green+Blue) = 191+239+230=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFE6 is #401019. Grayscale: #DFDFDF. Windows color (decimal): -4198426 or 15134655. OLE color: 15134655.

HSL color Cylindrical-coordinate representation of color #BFEFE6: hue angle of 168.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFE6 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 230 -
CMYK 0.20 0 0.04 0.06
HSL 168.75º 0.6% 0.84% -
HSV(B) 168.75º 0.2% 0.94% -
XYZ 66.64 78.52 86.51 -
YUV 223.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 191 239 230 0.20 0 0.04 0.06 168.75 0.6 0.84
Hex BF EF E6 14 0 4 6 A9 3C 54
Octal 277 357 346 24 0 4 6 251 74 124
Binary 10111111 11101111 11100110 10100 0 100 110 10101001 111100 1010100

Color Harmonies of #BFEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFE6

Black with #BFEFE6

Text Example


Text Example

White with #BFEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFE6; }

 p { color: rgb(191,239,230); }

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

background-color css

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

 a { background-color: rgb(191,239,230); }

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

border-color css

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

 span { border-color: rgb(191,239,230); }

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