Html Css Color HEX #BCF8B9 Fringy Flower

📋 copy color: '#BCF8B9'

red 188 ◦ green 248 ◦ blue 185

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

Shades of Fringy Flower #BCF8B9

Tints of Fringy Flower #BCF8B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.79%

R = 30.27%
G = 39.94%
B = 29.79%

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

#BCF8B9 (or 0xBCF8B9) is known color: Fringy Flower. HEX triplet: BC, F8 and B9. RGB value is (188,248,185). Sum of RGB (Red+Green+Blue) = 188+248+185=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8B9 is #430746. Grayscale: #DFDFDF. Windows color (decimal): -4392775 or 12187836. OLE color: 12187836.

HSL color Cylindrical-coordinate representation of color #BCF8B9: hue angle of 117.14º 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 #BCF8B9 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 185 -
CMYK 0.24 0 0.25 0.03
HSL 117.14º 0.82% 0.85% -
HSV(B) 117.14º 0.25% 0.97% -
XYZ 63.06 81.33 58.27 -
YUV 222.88 106.62 103.12 -
System Red Green Blue C M Y K H S L
Decimal 188 248 185 0.24 0 0.25 0.03 117.14 0.82 0.85
Hex BC F8 B9 18 0 19 3 75 52 55
Octal 274 370 271 30 0 31 3 165 122 125
Binary 10111100 11111000 10111001 11000 0 11001 11 1110101 1010010 1010101

Color Harmonies of #BCF8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8B9

Black with #BCF8B9

Text Example


Text Example

White with #BCF8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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