Html Css Color HEX #BFF3BD Fringy Flower

📋 copy color: '#BFF3BD'

red 191 ◦ green 243 ◦ blue 189

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

Shades of Fringy Flower #BFF3BD

Tints of Fringy Flower #BFF3BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.34%

R = 30.66%
G = 39%
B = 30.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#BFF3BD (or 0xBFF3BD) is known color: Fringy Flower. HEX triplet: BF, F3 and BD. RGB value is (191,243,189). Sum of RGB (Red+Green+Blue) = 191+243+189=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3BD is #400C42. Grayscale: #DDDDDD. Windows color (decimal): -4197443 or 12448703. OLE color: 12448703.

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

Color convert

RGB 191 243 189 -
CMYK 0.21 0 0.22 0.05
HSL 117.78º 0.69% 0.85% -
HSV(B) 117.78º 0.22% 0.95% -
XYZ 62.72 78.85 60.06 -
YUV 221.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 191 243 189 0.21 0 0.22 0.05 117.78 0.69 0.85
Hex BF F3 BD 15 0 16 5 76 45 55
Octal 277 363 275 25 0 26 5 166 105 125
Binary 10111111 11110011 10111101 10101 0 10110 101 1110110 1000101 1010101

Color Harmonies of #BFF3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF3BD

Black with #BFF3BD

Text Example


Text Example

White with #BFF3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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