Html Css Color HEX #BFF3EA Water Leaf

📋 copy color: '#BFF3EA'

red 191 ◦ green 243 ◦ blue 234

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

Shades of Water Leaf #BFF3EA

Tints of Water Leaf #BFF3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.03%

R = 28.59%
G = 36.38%
B = 35.03%

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

#BFF3EA (or 0xBFF3EA) is known color: Water Leaf. HEX triplet: BF, F3 and EA. RGB value is (191,243,234). Sum of RGB (Red+Green+Blue) = 191+243+234=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF3EA is #400C15. Grayscale: #E2E2E2. Windows color (decimal): -4197398 or 15397823. OLE color: 15397823.

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

Color convert

RGB 191 243 234 -
CMYK 0.21 0 0.04 0.05
HSL 169.62º 0.68% 0.85% -
HSV(B) 169.62º 0.21% 0.95% -
XYZ 68.39 81.12 89.89 -
YUV 226.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 191 243 234 0.21 0 0.04 0.05 169.62 0.68 0.85
Hex BF F3 EA 15 0 4 5 AA 44 55
Octal 277 363 352 25 0 4 5 252 104 125
Binary 10111111 11110011 11101010 10101 0 100 101 10101010 1000100 1010101

Color Harmonies of #BFF3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF3EA

Black with #BFF3EA

Text Example


Text Example

White with #BFF3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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