Html Css Color HEX #BCFCB8 Fringy Flower

📋 copy color: '#BCFCB8'

red 188 ◦ green 252 ◦ blue 184

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

Shades of Fringy Flower #BCFCB8

Tints of Fringy Flower #BCFCB8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.38%

 BLUE value IS 184 (72.27% from 255) = 29.49%

R = 30.13%
G = 40.38%
B = 29.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#BCFCB8 (or 0xBCFCB8) is known color: Fringy Flower. HEX triplet: BC, FC and B8. RGB value is (188,252,184). Sum of RGB (Red+Green+Blue) = 188+252+184=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCB8 is #430347. Grayscale: #E1E1E1. Windows color (decimal): -4391752 or 12123324. OLE color: 12123324.

HSL color Cylindrical-coordinate representation of color #BCFCB8: hue angle of 116.47º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCFCB8 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 184 -
CMYK 0.25 0 0.27 0.01
HSL 116.47º 0.92% 0.85% -
HSV(B) 116.47º 0.27% 0.99% -
XYZ 64.2 83.77 58.13 -
YUV 225.11 104.8 101.53 -
System Red Green Blue C M Y K H S L
Decimal 188 252 184 0.25 0 0.27 0.01 116.47 0.92 0.85
Hex BC FC B8 19 0 1B 1 74 5C 55
Octal 274 374 270 31 0 33 1 164 134 125
Binary 10111100 11111100 10111000 11001 0 11011 1 1110100 1011100 1010101

Color Harmonies of #BCFCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCB8

Black with #BCFCB8

Text Example


Text Example

White with #BCFCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCB8; }

 p { color: rgb(188,252,184); }

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

background-color css

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

 a { background-color: rgb(188,252,184); }

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

border-color css

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

 span { border-color: rgb(188,252,184); }

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