Html Css Color HEX #BFF3E9 Water Leaf

📋 copy color: '#BFF3E9'

red 191 ◦ green 243 ◦ blue 233

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

Shades of Water Leaf #BFF3E9

Tints of Water Leaf #BFF3E9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.43%

 BLUE value IS 233 (91.41% from 255) = 34.93%

R = 28.64%
G = 36.43%
B = 34.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#BFF3E9 (or 0xBFF3E9) is known color: Water Leaf. HEX triplet: BF, F3 and E9. RGB value is (191,243,233). Sum of RGB (Red+Green+Blue) = 191+243+233=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF3E9 is #400C16. Grayscale: #E2E2E2. Windows color (decimal): -4197399 or 15332287. OLE color: 15332287.

HSL color Cylindrical-coordinate representation of color #BFF3E9: hue angle of 168.46º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3E9 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 243 233 -
CMYK 0.21 0 0.04 0.05
HSL 168.46º 0.68% 0.85% -
HSV(B) 168.46º 0.21% 0.95% -
XYZ 68.24 81.06 89.14 -
YUV 226.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 191 243 233 0.21 0 0.04 0.05 168.46 0.68 0.85
Hex BF F3 E9 15 0 4 5 A8 44 55
Octal 277 363 351 25 0 4 5 250 104 125
Binary 10111111 11110011 11101001 10101 0 100 101 10101000 1000100 1010101

Color Harmonies of #BFF3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF3E9

Black with #BFF3E9

Text Example


Text Example

White with #BFF3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF3E9; }

 p { color: rgb(191,243,233); }

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

background-color css

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

 a { background-color: rgb(191,243,233); }

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

border-color css

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

 span { border-color: rgb(191,243,233); }

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