Html Css Color HEX #BFEFE3 Water Leaf

📋 copy color: '#BFEFE3'

red 191 ◦ green 239 ◦ blue 227

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

Shades of Water Leaf #BFEFE3

Tints of Water Leaf #BFEFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.55%

R = 29.07%
G = 36.38%
B = 34.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#BFEFE3 (or 0xBFEFE3) is known color: Water Leaf. HEX triplet: BF, EF and E3. RGB value is (191,239,227). Sum of RGB (Red+Green+Blue) = 191+239+227=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFE3 is #40101C. Grayscale: #DFDFDF. Windows color (decimal): -4198429 or 14938047. OLE color: 14938047.

HSL color Cylindrical-coordinate representation of color #BFEFE3: hue angle of 165º 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 #BFEFE3 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 227 -
CMYK 0.20 0 0.05 0.06
HSL 165º 0.6% 0.84% -
HSV(B) 165º 0.2% 0.94% -
XYZ 66.22 78.36 84.31 -
YUV 223.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 191 239 227 0.20 0 0.05 0.06 165 0.6 0.84
Hex BF EF E3 14 0 5 6 A5 3C 54
Octal 277 357 343 24 0 5 6 245 74 124
Binary 10111111 11101111 11100011 10100 0 101 110 10100101 111100 1010100

Color Harmonies of #BFEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFE3

Black with #BFEFE3

Text Example


Text Example

White with #BFEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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