Html Css Color HEX #BFECC2 Fringy Flower

📋 copy color: '#BFECC2'

red 191 ◦ green 236 ◦ blue 194

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

Shades of Fringy Flower #BFECC2

Tints of Fringy Flower #BFECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38%

 BLUE value IS 194 (76.17% from 255) = 31.24%

R = 30.76%
G = 38%
B = 31.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#BFECC2 (or 0xBFECC2) is known color: Fringy Flower. HEX triplet: BF, EC and C2. RGB value is (191,236,194). Sum of RGB (Red+Green+Blue) = 191+236+194=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECC2 is #40133D. Grayscale: #D9D9D9. Windows color (decimal): -4199230 or 12774591. OLE color: 12774591.

HSL color Cylindrical-coordinate representation of color #BFECC2: hue angle of 124º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECC2 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 194 -
CMYK 0.19 0 0.18 0.07
HSL 124º 0.54% 0.84% -
HSV(B) 124º 0.19% 0.93% -
XYZ 61.22 74.96 62.28 -
YUV 217.76 114.59 108.92 -
System Red Green Blue C M Y K H S L
Decimal 191 236 194 0.19 0 0.18 0.07 124 0.54 0.84
Hex BF EC C2 13 0 12 7 7C 36 54
Octal 277 354 302 23 0 22 7 174 66 124
Binary 10111111 11101100 11000010 10011 0 10010 111 1111100 110110 1010100

Color Harmonies of #BFECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECC2

Black with #BFECC2

Text Example


Text Example

White with #BFECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECC2; }

 p { color: rgb(191,236,194); }

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

background-color css

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

 a { background-color: rgb(191,236,194); }

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

border-color css

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

 span { border-color: rgb(191,236,194); }

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