Html Css Color HEX #BFEBE2 Water Leaf

📋 copy color: '#BFEBE2'

red 191 ◦ green 235 ◦ blue 226

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

Shades of Water Leaf #BFEBE2

Tints of Water Leaf #BFEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.04%

 BLUE value IS 226 (88.67% from 255) = 34.66%

R = 29.29%
G = 36.04%
B = 34.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#BFEBE2 (or 0xBFEBE2) is known color: Water Leaf. HEX triplet: BF, EB and E2. RGB value is (191,235,226). Sum of RGB (Red+Green+Blue) = 191+235+226=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBE2 is #40141D. Grayscale: #DCDCDC. Windows color (decimal): -4199454 or 14871487. OLE color: 14871487.

HSL color Cylindrical-coordinate representation of color #BFEBE2: hue angle of 167.73º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBE2 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 226 -
CMYK 0.19 0 0.04 0.08
HSL 167.73º 0.52% 0.84% -
HSV(B) 167.73º 0.19% 0.92% -
XYZ 64.92 75.98 83.2 -
YUV 220.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 191 235 226 0.19 0 0.04 0.08 167.73 0.52 0.84
Hex BF EB E2 13 0 4 8 A8 34 54
Octal 277 353 342 23 0 4 10 250 64 124
Binary 10111111 11101011 11100010 10011 0 100 1000 10101000 110100 1010100

Color Harmonies of #BFEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEBE2

Black with #BFEBE2

Text Example


Text Example

White with #BFEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEBE2; }

 p { color: rgb(191,235,226); }

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

background-color css

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

 a { background-color: rgb(191,235,226); }

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

border-color css

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

 span { border-color: rgb(191,235,226); }

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