Html Css Color HEX #BCF8BA Fringy Flower

📋 copy color: '#BCF8BA'

red 188 ◦ green 248 ◦ blue 186

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

Shades of Fringy Flower #BCF8BA

Tints of Fringy Flower #BCF8BA

RGB

 RED value IS 188 (73.83% from 255) = 30.23%

 GREEN value IS 248 (97.27% from 255) = 39.87%

 BLUE value IS 186 (73.05% from 255) = 29.9%

R = 30.23%
G = 39.87%
B = 29.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#BCF8BA (or 0xBCF8BA) is known color: Fringy Flower. HEX triplet: BC, F8 and BA. RGB value is (188,248,186). Sum of RGB (Red+Green+Blue) = 188+248+186=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8BA is #430745. Grayscale: #DFDFDF. Windows color (decimal): -4392774 or 12253372. OLE color: 12253372.

HSL color Cylindrical-coordinate representation of color #BCF8BA: hue angle of 118.06º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF8BA is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 186 -
CMYK 0.24 0 0.25 0.03
HSL 118.06º 0.82% 0.85% -
HSV(B) 118.06º 0.25% 0.97% -
XYZ 63.17 81.37 58.83 -
YUV 222.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 188 248 186 0.24 0 0.25 0.03 118.06 0.82 0.85
Hex BC F8 BA 18 0 19 3 76 52 55
Octal 274 370 272 30 0 31 3 166 122 125
Binary 10111100 11111000 10111010 11000 0 11001 11 1110110 1010010 1010101

Color Harmonies of #BCF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8BA

Black with #BCF8BA

Text Example


Text Example

White with #BCF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8BA; }

 p { color: rgb(188,248,186); }

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

background-color css

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

 a { background-color: rgb(188,248,186); }

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

border-color css

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

 span { border-color: rgb(188,248,186); }

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